Shades of Royal Heath #C5366C
Tints of Royal Heath #C5366C
RGB
CMYK
RGB Variations
Color information
#C5366C (or 0xC5366C) is known color: Royal Heath. HEX triplet: C5, 36 and 6C. RGB value is (197,54,108). Sum of RGB (Red+Green+Blue) = 197+54+108=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5366C is #3AC993. Grayscale: #666666. Windows color (decimal): -3852692 or 7091909. OLE color: 7091909.
HSL color Cylindrical-coordinate representation of color #C5366C: hue angle of 337.34º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5366C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 108 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.23 |
| HSL | 337.34º | 0.57% | 0.49% | - |
| HSV(B) | 337.34º | 0.73% | 0.77% | - |
| XYZ | 27.05 | 15.59 | 15.77 | - |
| YUV | 102.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 108 | 0 | 0.73 | 0.45 | 0.23 | 337.34 | 0.57 | 0.49 |
| Hex | C5 | 36 | 6C | 0 | 49 | 2D | 17 | 151 | 39 | 31 |
| Octal | 305 | 66 | 154 | 0 | 111 | 55 | 27 | 521 | 71 | 61 |
| Binary | 11000101 | 110110 | 1101100 | 0 | 1001001 | 101101 | 10111 | 101010001 | 111001 | 110001 |
Color Harmonies of #C5366C
Complementary color
Monochromatic Colors of #C5366C
Black with #C5366C
Text Example
Text Example
White with #C5366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5366C; }
p { color: rgb(197,54,108); }
H1.HeaderClassName
{
color: #C5366C;
}
.AnyTagClassName
{
color: #C5366C;
}
</style>
background-color css
<style>
a { background-color: #C5366C; }
a { background-color: rgb(197,54,108); }
div.DivClassName
{
background-color: #C5366C;
}
.BgClassName
{
background-color: #C5366C;
}
</style>
border-color css
<style>
span { border-color: #C5366C; }
span { border-color: rgb(197,54,108); }
td.TdClassName
{
border-color: #C5366C;
}
.TagClassName
{
border-color: #C5366C;
}
</style>