Shades of Royal Heath #C0366C
Tints of Royal Heath #C0366C
RGB
CMYK
RGB Variations
Color information
#C0366C (or 0xC0366C) is known color: Royal Heath. HEX triplet: C0, 36 and 6C. RGB value is (192,54,108). Sum of RGB (Red+Green+Blue) = 192+54+108=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0366C is #3FC993. Grayscale: #656565. Windows color (decimal): -4180372 or 7091904. OLE color: 7091904.
HSL color Cylindrical-coordinate representation of color #C0366C: hue angle of 336.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0366C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 108 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.25 |
| HSL | 336.52º | 0.56% | 0.48% | - |
| HSV(B) | 336.52º | 0.72% | 0.75% | - |
| XYZ | 25.76 | 14.93 | 15.71 | - |
| YUV | 101.42 | 131.72 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 108 | 0 | 0.72 | 0.44 | 0.25 | 336.52 | 0.56 | 0.48 |
| Hex | C0 | 36 | 6C | 0 | 48 | 2C | 19 | 151 | 38 | 30 |
| Octal | 300 | 66 | 154 | 0 | 110 | 54 | 31 | 521 | 70 | 60 |
| Binary | 11000000 | 110110 | 1101100 | 0 | 1001000 | 101100 | 11001 | 101010001 | 111000 | 110000 |
Color Harmonies of #C0366C
Complementary color
Monochromatic Colors of #C0366C
Black with #C0366C
Text Example
Text Example
White with #C0366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0366C; }
p { color: rgb(192,54,108); }
H1.HeaderClassName
{
color: #C0366C;
}
.AnyTagClassName
{
color: #C0366C;
}
</style>
background-color css
<style>
a { background-color: #C0366C; }
a { background-color: rgb(192,54,108); }
div.DivClassName
{
background-color: #C0366C;
}
.BgClassName
{
background-color: #C0366C;
}
</style>
border-color css
<style>
span { border-color: #C0366C; }
span { border-color: rgb(192,54,108); }
td.TdClassName
{
border-color: #C0366C;
}
.TagClassName
{
border-color: #C0366C;
}
</style>