#C04866

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

Shades of Blush #C04866

Tints of Blush #C04866

Color information

#C04866 (or 0xC04866) is unknown color: approx Blush. HEX triplet: C0, 48 and 66. RGB value is (192,72,102). Sum of RGB (Red+Green+Blue) = 192+72+102=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C04866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04866 is #3FB799. Grayscale: #6F6F6F. Windows color (decimal): -4175770 or 6703296. OLE color: 6703296.

HSL color Cylindrical-coordinate representation of color #C04866: hue angle of 345º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04866 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19272102-
CMYK00.630.470.25
HSL345º48.78%51.76%-
HSV(B)345º62.5%75.29%-
XYZ26.4516.814.42-
YUV111.3122.76185.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=52.46%
G=19.67%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927210200.630.470.2534548.7851.76
HexC0486603F2F191593134
Octal30011014607757315316164
Binary1100000010010001100110011111110111111001101011001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04866; }

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

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

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

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

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

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

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

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