#C04D6C

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

Shades of Blush #C04D6C

Tints of Blush #C04D6C

Color information

#C04D6C (or 0xC04D6C) is unknown color: approx Blush. HEX triplet: C0, 4D and 6C. RGB value is (192,77,108). Sum of RGB (Red+Green+Blue) = 192+77+108=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D6C is #3FB293. Grayscale: #727272. Windows color (decimal): -4174484 or 7097792. OLE color: 7097792.

HSL color Cylindrical-coordinate representation of color #C04D6C: hue angle of 343.83º 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 #C04D6C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19277108-
CMYK00.600.440.25
HSL343.83º47.72%52.75%-
HSV(B)343.83º59.9%75.29%-
XYZ27.117.616.16-
YUV114.92124.1182.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=50.93%
G=20.42%
B=28.65%

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
Decimal1927710800.600.440.25343.8347.7252.75
HexC04D6C03C2C191583035
Octal30011515407454315306065
Binary1100000010011011101100011110010110011001101011000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D6C; }

 p { color: rgb(192,77,108); }

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

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

 a { background-color: rgb(192,77,108); }

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

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

 span { border-color: rgb(192,77,108); }

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