Shades of Royal Heath #C0366F
Tints of Royal Heath #C0366F
RGB
CMYK
RGB Variations
Color information
#C0366F (or 0xC0366F) is known color: Royal Heath. HEX triplet: C0, 36 and 6F. RGB value is (192,54,111). Sum of RGB (Red+Green+Blue) = 192+54+111=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0366F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0366F is #3FC990. Grayscale: #656565. Windows color (decimal): -4180369 or 7288512. OLE color: 7288512.
HSL color Cylindrical-coordinate representation of color #C0366F: hue angle of 335.22º 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 #C0366F is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 111 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.25 |
| HSL | 335.22º | 0.56% | 0.48% | - |
| HSV(B) | 335.22º | 0.72% | 0.75% | - |
| XYZ | 25.93 | 14.99 | 16.57 | - |
| YUV | 101.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 111 | 0 | 0.72 | 0.42 | 0.25 | 335.22 | 0.56 | 0.48 |
| Hex | C0 | 36 | 6F | 0 | 48 | 2A | 19 | 14F | 38 | 30 |
| Octal | 300 | 66 | 157 | 0 | 110 | 52 | 31 | 517 | 70 | 60 |
| Binary | 11000000 | 110110 | 1101111 | 0 | 1001000 | 101010 | 11001 | 101001111 | 111000 | 110000 |
Color Harmonies of #C0366F
Complementary color
Monochromatic Colors of #C0366F
Black with #C0366F
Text Example
Text Example
White with #C0366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0366F; }
p { color: rgb(192,54,111); }
H1.HeaderClassName
{
color: #C0366F;
}
.AnyTagClassName
{
color: #C0366F;
}
</style>
background-color css
<style>
a { background-color: #C0366F; }
a { background-color: rgb(192,54,111); }
div.DivClassName
{
background-color: #C0366F;
}
.BgClassName
{
background-color: #C0366F;
}
</style>
border-color css
<style>
span { border-color: #C0366F; }
span { border-color: rgb(192,54,111); }
td.TdClassName
{
border-color: #C0366F;
}
.TagClassName
{
border-color: #C0366F;
}
</style>