#C14266

Color #C14266 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #C14266

Tints of Blush #C14266

Color information

#C14266 (or 0xC14266) is unknown color: approx Blush. HEX triplet: C1, 42 and 66. RGB value is (193,66,102). Sum of RGB (Red+Green+Blue) = 193+66+102=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14266 is #3EBD99. Grayscale: #6C6C6C. Windows color (decimal): -4111770 or 6701761. OLE color: 6701761.

HSL color Cylindrical-coordinate representation of color #C14266: hue angle of 342.99º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14266 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19366102-
CMYK00.660.470.24
HSL342.99º50.6%50.78%-
HSV(B)342.99º65.8%75.69%-
XYZ26.3416.1914.31-
YUV108.08124.58188.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=53.46%
G=18.28%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936610200.660.470.24342.9950.650.78
HexC142660422F181573333
Octal301102146010257305276363
Binary11000001100001011001100100001010111111000101010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14266; }

 p { color: rgb(193,66,102); }

 H1.HeaderClassName
 {
   color: #C14266;
 }
 .AnyTagClassName
 {
   color: #C14266;
 }
</style>
background-color css

<style>
 a { background-color: #C14266; }

 a { background-color: rgb(193,66,102); }

 div.DivClassName
 {
   background-color: #C14266;
 }
 .BgClassName
 {
   background-color: #C14266;
 }
</style>
border-color css

<style>
 span { border-color: #C14266; }

 span { border-color: rgb(193,66,102); }

 td.TdClassName
 {
   border-color: #C14266;
 }
 .TagClassName
 {
   border-color: #C14266;
 }
</style>