Shades of Royal Heath #C5386C
Tints of Royal Heath #C5386C
RGB
CMYK
RGB Variations
Color information
#C5386C (or 0xC5386C) is known color: Royal Heath. HEX triplet: C5, 38 and 6C. RGB value is (197,56,108). Sum of RGB (Red+Green+Blue) = 197+56+108=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5386C is #3AC793. Grayscale: #686868. Windows color (decimal): -3852180 or 7092421. OLE color: 7092421.
HSL color Cylindrical-coordinate representation of color #C5386C: hue angle of 337.87º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5386C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 108 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.23 |
| HSL | 337.87º | 0.56% | 0.5% | - |
| HSV(B) | 337.87º | 0.72% | 0.77% | - |
| XYZ | 27.15 | 15.78 | 15.8 | - |
| YUV | 104.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 108 | 0 | 0.72 | 0.45 | 0.23 | 337.87 | 0.56 | 0.5 |
| Hex | C5 | 38 | 6C | 0 | 48 | 2D | 17 | 152 | 38 | 32 |
| Octal | 305 | 70 | 154 | 0 | 110 | 55 | 27 | 522 | 70 | 62 |
| Binary | 11000101 | 111000 | 1101100 | 0 | 1001000 | 101101 | 10111 | 101010010 | 111000 | 110010 |
Color Harmonies of #C5386C
Complementary color
Monochromatic Colors of #C5386C
Black with #C5386C
Text Example
Text Example
White with #C5386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5386C; }
p { color: rgb(197,56,108); }
H1.HeaderClassName
{
color: #C5386C;
}
.AnyTagClassName
{
color: #C5386C;
}
</style>
background-color css
<style>
a { background-color: #C5386C; }
a { background-color: rgb(197,56,108); }
div.DivClassName
{
background-color: #C5386C;
}
.BgClassName
{
background-color: #C5386C;
}
</style>
border-color css
<style>
span { border-color: #C5386C; }
span { border-color: rgb(197,56,108); }
td.TdClassName
{
border-color: #C5386C;
}
.TagClassName
{
border-color: #C5386C;
}
</style>