#C03870

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

Shades of Royal Heath #C03870

Tints of Royal Heath #C03870

Color information

#C03870 (or 0xC03870) is unknown color: approx Royal Heath. HEX triplet: C0, 38 and 70. RGB value is (192,56,112). Sum of RGB (Red+Green+Blue) = 192+56+112=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03870 is #3FC78F. Grayscale: #666666. Windows color (decimal): -4179856 or 7354560. OLE color: 7354560.

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

Color convert

RGB19256112-
CMYK00.710.420.25
HSL335.29º54.84%48.63%-
HSV(B)335.29º70.83%75.29%-
XYZ26.0815.216.89-
YUV103.05133.06191.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 56 (22.27% from 255) = 15.56%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=53.33%
G=15.56%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925611200.710.420.25335.2954.8448.63
HexC038700472A1914f3731
Octal30070160010752315176761
Binary1100000011100011100000100011110101011001101001111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03870; }

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

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

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

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

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

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

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

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