Shades of Royal Heath #C54370
Tints of Royal Heath #C54370
RGB
CMYK
RGB Variations
Color information
#C54370 (or 0xC54370) is known color: Royal Heath. HEX triplet: C5, 43 and 70. RGB value is (197,67,112). Sum of RGB (Red+Green+Blue) = 197+67+112=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C54370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54370 is #3ABC8F. Grayscale: #6E6E6E. Windows color (decimal): -3849360 or 7357381. OLE color: 7357381.
HSL color Cylindrical-coordinate representation of color #C54370: hue angle of 339.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54370 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 112 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.23 |
| HSL | 339.23º | 0.53% | 0.52% | - |
| HSV(B) | 339.23º | 0.66% | 0.77% | - |
| XYZ | 27.96 | 17.05 | 17.15 | - |
| YUV | 111 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 112 | 0 | 0.66 | 0.43 | 0.23 | 339.23 | 0.53 | 0.52 |
| Hex | C5 | 43 | 70 | 0 | 42 | 2B | 17 | 153 | 35 | 34 |
| Octal | 305 | 103 | 160 | 0 | 102 | 53 | 27 | 523 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1110000 | 0 | 1000010 | 101011 | 10111 | 101010011 | 110101 | 110100 |
Color Harmonies of #C54370
Complementary color
Monochromatic Colors of #C54370
Black with #C54370
Text Example
Text Example
White with #C54370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54370; }
p { color: rgb(197,67,112); }
H1.HeaderClassName
{
color: #C54370;
}
.AnyTagClassName
{
color: #C54370;
}
</style>
background-color css
<style>
a { background-color: #C54370; }
a { background-color: rgb(197,67,112); }
div.DivClassName
{
background-color: #C54370;
}
.BgClassName
{
background-color: #C54370;
}
</style>
border-color css
<style>
span { border-color: #C54370; }
span { border-color: rgb(197,67,112); }
td.TdClassName
{
border-color: #C54370;
}
.TagClassName
{
border-color: #C54370;
}
</style>