#C04E70

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

Shades of Royal Heath #C04E70

Tints of Royal Heath #C04E70

Color information

#C04E70 (or 0xC04E70) is unknown color: approx Royal Heath. HEX triplet: C0, 4E and 70. RGB value is (192,78,112). Sum of RGB (Red+Green+Blue) = 192+78+112=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E70 is #3FB18F. Grayscale: #737373. Windows color (decimal): -4174224 or 7360192. OLE color: 7360192.

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

Color convert

RGB19278112-
CMYK00.590.420.25
HSL342.11º47.5%52.94%-
HSV(B)342.11º59.38%75.29%-
XYZ27.3917.8317.33-
YUV115.96125.77182.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=50.26%
G=20.42%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927811200.590.420.25342.1147.552.94
HexC04E7003B2A191563035
Octal30011616007352315266065
Binary1100000010011101110000011101110101011001101010110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04E70; }

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

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

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

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

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

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

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

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