#C04870

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

Shades of Royal Heath #C04870

Tints of Royal Heath #C04870

Color information

#C04870 (or 0xC04870) is unknown color: approx Royal Heath. HEX triplet: C0, 48 and 70. RGB value is (192,72,112). Sum of RGB (Red+Green+Blue) = 192+72+112=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04870 is #3FB78F. Grayscale: #707070. Windows color (decimal): -4175760 or 7358656. OLE color: 7358656.

HSL color Cylindrical-coordinate representation of color #C04870: hue angle of 340º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04870 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19272112-
CMYK00.630.420.25
HSL340º48.78%51.76%-
HSV(B)340º62.5%75.29%-
XYZ26.9817.0117.19-
YUV112.44127.76184.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=51.06%
G=19.15%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927211200.630.420.2534048.7851.76
HexC0487003F2A191543134
Octal30011016007752315246164
Binary1100000010010001110000011111110101011001101010100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04870; }

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

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

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

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

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

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

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

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