Shades of Royal Heath #C0336C
Tints of Royal Heath #C0336C
RGB
CMYK
RGB Variations
Color information
#C0336C (or 0xC0336C) is known color: Royal Heath. HEX triplet: C0, 33 and 6C. RGB value is (192,51,108). Sum of RGB (Red+Green+Blue) = 192+51+108=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0336C is #3FCC93. Grayscale: #636363. Windows color (decimal): -4181140 or 7091136. OLE color: 7091136.
HSL color Cylindrical-coordinate representation of color #C0336C: hue angle of 335.74º 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 #C0336C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 108 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.25 |
| HSL | 335.74º | 0.58% | 0.48% | - |
| HSV(B) | 335.74º | 0.73% | 0.75% | - |
| XYZ | 25.63 | 14.66 | 15.67 | - |
| YUV | 99.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 108 | 0 | 0.73 | 0.44 | 0.25 | 335.74 | 0.58 | 0.48 |
| Hex | C0 | 33 | 6C | 0 | 49 | 2C | 19 | 150 | 3A | 30 |
| Octal | 300 | 63 | 154 | 0 | 111 | 54 | 31 | 520 | 72 | 60 |
| Binary | 11000000 | 110011 | 1101100 | 0 | 1001001 | 101100 | 11001 | 101010000 | 111010 | 110000 |
Color Harmonies of #C0336C
Complementary color
Monochromatic Colors of #C0336C
Black with #C0336C
Text Example
Text Example
White with #C0336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0336C; }
p { color: rgb(192,51,108); }
H1.HeaderClassName
{
color: #C0336C;
}
.AnyTagClassName
{
color: #C0336C;
}
</style>
background-color css
<style>
a { background-color: #C0336C; }
a { background-color: rgb(192,51,108); }
div.DivClassName
{
background-color: #C0336C;
}
.BgClassName
{
background-color: #C0336C;
}
</style>
border-color css
<style>
span { border-color: #C0336C; }
span { border-color: rgb(192,51,108); }
td.TdClassName
{
border-color: #C0336C;
}
.TagClassName
{
border-color: #C0336C;
}
</style>