#C04E7C

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

Shades of Royal Heath #C04E7C

Tints of Royal Heath #C04E7C

Color information

#C04E7C (or 0xC04E7C) is unknown color: approx Royal Heath. HEX triplet: C0, 4E and 7C. RGB value is (192,78,124). Sum of RGB (Red+Green+Blue) = 192+78+124=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E7C is #3FB183. Grayscale: #757575. Windows color (decimal): -4174212 or 8146624. OLE color: 8146624.

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

Color convert

RGB19278124-
CMYK00.590.350.25
HSL335.79º47.5%52.94%-
HSV(B)335.79º59.38%75.29%-
XYZ28.118.1121.08-
YUV117.33131.77181.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 78 (30.86% from 255) = 19.80%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=48.73%
G=19.80%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927812400.590.350.25335.7947.552.94
HexC04E7C03B23191503035
Octal30011617407343315206065
Binary1100000010011101111100011101110001111001101010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04E7C; }

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

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

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

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

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

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

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

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