#C04266

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

Shades of Blush #C04266

Tints of Blush #C04266

Color information

#C04266 (or 0xC04266) is unknown color: approx Blush. HEX triplet: C0, 42 and 66. RGB value is (192,66,102). Sum of RGB (Red+Green+Blue) = 192+66+102=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04266 is #3FBD99. Grayscale: #6B6B6B. Windows color (decimal): -4177306 or 6701760. OLE color: 6701760.

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

Color convert

RGB19266102-
CMYK00.660.470.25
HSL342.86º50%50.59%-
HSV(B)342.86º65.62%75.29%-
XYZ26.0816.0614.3-
YUV107.78124.74188.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=53.33%
G=18.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926610200.660.470.25342.865050.59
HexC042660422F191573233
Octal300102146010257315276263
Binary11000000100001011001100100001010111111001101010111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04266; }

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

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

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

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

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

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

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

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