Shades of Royal Heath #C0336D
Tints of Royal Heath #C0336D
RGB
CMYK
RGB Variations
Color information
#C0336D (or 0xC0336D) is known color: Royal Heath. HEX triplet: C0, 33 and 6D. RGB value is (192,51,109). Sum of RGB (Red+Green+Blue) = 192+51+109=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0336D is #3FCC92. Grayscale: #636363. Windows color (decimal): -4181139 or 7156672. OLE color: 7156672.
HSL color Cylindrical-coordinate representation of color #C0336D: hue angle of 335.32º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0336D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 109 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.25 |
| HSL | 335.32º | 0.58% | 0.48% | - |
| HSV(B) | 335.32º | 0.73% | 0.75% | - |
| XYZ | 25.68 | 14.68 | 15.95 | - |
| YUV | 99.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 109 | 0 | 0.73 | 0.43 | 0.25 | 335.32 | 0.58 | 0.48 |
| Hex | C0 | 33 | 6D | 0 | 49 | 2B | 19 | 14F | 3A | 30 |
| Octal | 300 | 63 | 155 | 0 | 111 | 53 | 31 | 517 | 72 | 60 |
| Binary | 11000000 | 110011 | 1101101 | 0 | 1001001 | 101011 | 11001 | 101001111 | 111010 | 110000 |
Color Harmonies of #C0336D
Complementary color
Monochromatic Colors of #C0336D
Black with #C0336D
Text Example
Text Example
White with #C0336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0336D; }
p { color: rgb(192,51,109); }
H1.HeaderClassName
{
color: #C0336D;
}
.AnyTagClassName
{
color: #C0336D;
}
</style>
background-color css
<style>
a { background-color: #C0336D; }
a { background-color: rgb(192,51,109); }
div.DivClassName
{
background-color: #C0336D;
}
.BgClassName
{
background-color: #C0336D;
}
</style>
border-color css
<style>
span { border-color: #C0336D; }
span { border-color: rgb(192,51,109); }
td.TdClassName
{
border-color: #C0336D;
}
.TagClassName
{
border-color: #C0336D;
}
</style>