Shades of Royal Heath #C5396C
Tints of Royal Heath #C5396C
RGB
CMYK
RGB Variations
Color information
#C5396C (or 0xC5396C) is known color: Royal Heath. HEX triplet: C5, 39 and 6C. RGB value is (197,57,108). Sum of RGB (Red+Green+Blue) = 197+57+108=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5396C is #3AC693. Grayscale: #686868. Windows color (decimal): -3851924 or 7092677. OLE color: 7092677.
HSL color Cylindrical-coordinate representation of color #C5396C: hue angle of 338.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5396C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 108 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.23 |
| HSL | 338.14º | 0.55% | 0.5% | - |
| HSV(B) | 338.14º | 0.71% | 0.77% | - |
| XYZ | 27.2 | 15.88 | 15.82 | - |
| YUV | 104.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 108 | 0 | 0.71 | 0.45 | 0.23 | 338.14 | 0.55 | 0.5 |
| Hex | C5 | 39 | 6C | 0 | 47 | 2D | 17 | 152 | 37 | 32 |
| Octal | 305 | 71 | 154 | 0 | 107 | 55 | 27 | 522 | 67 | 62 |
| Binary | 11000101 | 111001 | 1101100 | 0 | 1000111 | 101101 | 10111 | 101010010 | 110111 | 110010 |
Color Harmonies of #C5396C
Complementary color
Monochromatic Colors of #C5396C
Black with #C5396C
Text Example
Text Example
White with #C5396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5396C; }
p { color: rgb(197,57,108); }
H1.HeaderClassName
{
color: #C5396C;
}
.AnyTagClassName
{
color: #C5396C;
}
</style>
background-color css
<style>
a { background-color: #C5396C; }
a { background-color: rgb(197,57,108); }
div.DivClassName
{
background-color: #C5396C;
}
.BgClassName
{
background-color: #C5396C;
}
</style>
border-color css
<style>
span { border-color: #C5396C; }
span { border-color: rgb(197,57,108); }
td.TdClassName
{
border-color: #C5396C;
}
.TagClassName
{
border-color: #C5396C;
}
</style>