Shades of Royal Heath #C0356D
Tints of Royal Heath #C0356D
RGB
CMYK
RGB Variations
Color information
#C0356D (or 0xC0356D) is known color: Royal Heath. HEX triplet: C0, 35 and 6D. RGB value is (192,53,109). Sum of RGB (Red+Green+Blue) = 192+53+109=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0356D is #3FCA92. Grayscale: #646464. Windows color (decimal): -4180627 or 7157184. OLE color: 7157184.
HSL color Cylindrical-coordinate representation of color #C0356D: hue angle of 335.83º degrees, saturation: 0.57, 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 #C0356D is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 109 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.25 |
| HSL | 335.83º | 0.57% | 0.48% | - |
| HSV(B) | 335.83º | 0.72% | 0.75% | - |
| XYZ | 25.77 | 14.86 | 15.98 | - |
| YUV | 100.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 109 | 0 | 0.72 | 0.43 | 0.25 | 335.83 | 0.57 | 0.48 |
| Hex | C0 | 35 | 6D | 0 | 48 | 2B | 19 | 150 | 39 | 30 |
| Octal | 300 | 65 | 155 | 0 | 110 | 53 | 31 | 520 | 71 | 60 |
| Binary | 11000000 | 110101 | 1101101 | 0 | 1001000 | 101011 | 11001 | 101010000 | 111001 | 110000 |
Color Harmonies of #C0356D
Complementary color
Monochromatic Colors of #C0356D
Black with #C0356D
Text Example
Text Example
White with #C0356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0356D; }
p { color: rgb(192,53,109); }
H1.HeaderClassName
{
color: #C0356D;
}
.AnyTagClassName
{
color: #C0356D;
}
</style>
background-color css
<style>
a { background-color: #C0356D; }
a { background-color: rgb(192,53,109); }
div.DivClassName
{
background-color: #C0356D;
}
.BgClassName
{
background-color: #C0356D;
}
</style>
border-color css
<style>
span { border-color: #C0356D; }
span { border-color: rgb(192,53,109); }
td.TdClassName
{
border-color: #C0356D;
}
.TagClassName
{
border-color: #C0356D;
}
</style>