#C04C6B

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

Shades of Blush #C04C6B

Tints of Blush #C04C6B

Color information

#C04C6B (or 0xC04C6B) is unknown color: approx Blush. HEX triplet: C0, 4C and 6B. RGB value is (192,76,107). Sum of RGB (Red+Green+Blue) = 192+76+107=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C6B is #3FB394. Grayscale: #727272. Windows color (decimal): -4174741 or 7032000. OLE color: 7032000.

HSL color Cylindrical-coordinate representation of color #C04C6B: hue angle of 343.97º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C6B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19276107-
CMYK00.600.440.25
HSL343.97º47.93%52.55%-
HSV(B)343.97º60.42%75.29%-
XYZ26.9817.4415.85-
YUV114.22123.93183.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=51.2%
G=20.27%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927610700.600.440.25343.9747.9352.55
HexC04C6B03C2C191583035
Octal30011415307454315306065
Binary1100000010011001101011011110010110011001101011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04C6B; }

 p { color: rgb(192,76,107); }

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

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

 a { background-color: rgb(192,76,107); }

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

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

 span { border-color: rgb(192,76,107); }

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