#C03E73

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

Shades of Royal Heath #C03E73

Tints of Royal Heath #C03E73

Color information

#C03E73 (or 0xC03E73) is unknown color: approx Royal Heath. HEX triplet: C0, 3E and 73. RGB value is (192,62,115). Sum of RGB (Red+Green+Blue) = 192+62+115=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E73 is #3FC18C. Grayscale: #6A6A6A. Windows color (decimal): -4178317 or 7552704. OLE color: 7552704.

HSL color Cylindrical-coordinate representation of color #C03E73: hue angle of 335.54º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E73 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19262115-
CMYK00.680.400.25
HSL335.54º51.18%49.8%-
HSV(B)335.54º67.71%75.29%-
XYZ26.5615.8917.89-
YUV106.91132.57188.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 62 (24.61% from 255) = 16.80%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=52.03%
G=16.80%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926211500.680.400.25335.5451.1849.8
HexC03E7304428191503332
Octal30076163010450315206362
Binary1100000011111011100110100010010100011001101010000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E73; }

 p { color: rgb(192,62,115); }

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

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

 a { background-color: rgb(192,62,115); }

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

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

 span { border-color: rgb(192,62,115); }

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