#C04E63

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

Shades of Blush #C04E63

Tints of Blush #C04E63

Color information

#C04E63 (or 0xC04E63) is unknown color: approx Blush. HEX triplet: C0, 4E and 63. RGB value is (192,78,99). Sum of RGB (Red+Green+Blue) = 192+78+99=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E63 is #3FB19C. Grayscale: #727272. Windows color (decimal): -4174237 or 6508224. OLE color: 6508224.

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

Color convert

RGB1927899-
CMYK00.590.480.25
HSL348.95º47.5%52.94%-
HSV(B)348.95º59.38%75.29%-
XYZ26.7117.5613.79-
YUV114.48119.27183.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=52.03%
G=21.14%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192789900.590.480.25348.9547.552.94
HexC04E6303B301915d3035
Octal30011614307360315356065
Binary1100000010011101100011011101111000011001101011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04E63; }

 p { color: rgb(192,78,99); }

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

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

 a { background-color: rgb(192,78,99); }

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

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

 span { border-color: rgb(192,78,99); }

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