#C04E65

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

Shades of Blush #C04E65

Tints of Blush #C04E65

Color information

#C04E65 (or 0xC04E65) is unknown color: approx Blush. HEX triplet: C0, 4E and 65. RGB value is (192,78,101). Sum of RGB (Red+Green+Blue) = 192+78+101=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E65 is #3FB19A. Grayscale: #727272. Windows color (decimal): -4174235 or 6639296. OLE color: 6639296.

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

Color convert

RGB19278101-
CMYK00.590.470.25
HSL347.89º47.5%52.94%-
HSV(B)347.89º59.38%75.29%-
XYZ26.8117.5914.29-
YUV114.71120.27183.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=51.75%
G=21.02%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927810100.590.470.25347.8947.552.94
HexC04E6503B2F1915c3035
Octal30011614507357315346065
Binary1100000010011101100101011101110111111001101011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04E65; }

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

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

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

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

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

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

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

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