Shades of Royal Heath #C5396B
Tints of Royal Heath #C5396B
RGB
CMYK
RGB Variations
Color information
#C5396B (or 0xC5396B) is known color: Royal Heath. HEX triplet: C5, 39 and 6B. RGB value is (197,57,107). Sum of RGB (Red+Green+Blue) = 197+57+107=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5396B is #3AC694. Grayscale: #686868. Windows color (decimal): -3851925 or 7027141. OLE color: 7027141.
HSL color Cylindrical-coordinate representation of color #C5396B: hue angle of 338.57º 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 #C5396B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 107 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.23 |
| HSL | 338.57º | 0.55% | 0.5% | - |
| HSV(B) | 338.57º | 0.71% | 0.77% | - |
| XYZ | 27.14 | 15.86 | 15.54 | - |
| YUV | 104.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 107 | 0 | 0.71 | 0.46 | 0.23 | 338.57 | 0.55 | 0.5 |
| Hex | C5 | 39 | 6B | 0 | 47 | 2E | 17 | 153 | 37 | 32 |
| Octal | 305 | 71 | 153 | 0 | 107 | 56 | 27 | 523 | 67 | 62 |
| Binary | 11000101 | 111001 | 1101011 | 0 | 1000111 | 101110 | 10111 | 101010011 | 110111 | 110010 |
Color Harmonies of #C5396B
Complementary color
Monochromatic Colors of #C5396B
Black with #C5396B
Text Example
Text Example
White with #C5396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5396B; }
p { color: rgb(197,57,107); }
H1.HeaderClassName
{
color: #C5396B;
}
.AnyTagClassName
{
color: #C5396B;
}
</style>
background-color css
<style>
a { background-color: #C5396B; }
a { background-color: rgb(197,57,107); }
div.DivClassName
{
background-color: #C5396B;
}
.BgClassName
{
background-color: #C5396B;
}
</style>
border-color css
<style>
span { border-color: #C5396B; }
span { border-color: rgb(197,57,107); }
td.TdClassName
{
border-color: #C5396B;
}
.TagClassName
{
border-color: #C5396B;
}
</style>