Shades of Royal Heath #C54371
Tints of Royal Heath #C54371
RGB
CMYK
RGB Variations
Color information
#C54371 (or 0xC54371) is known color: Royal Heath. HEX triplet: C5, 43 and 71. RGB value is (197,67,113). Sum of RGB (Red+Green+Blue) = 197+67+113=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C54371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54371 is #3ABC8E. Grayscale: #6F6F6F. Windows color (decimal): -3849359 or 7422917. OLE color: 7422917.
HSL color Cylindrical-coordinate representation of color #C54371: hue angle of 338.77º 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 #C54371 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 113 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.23 |
| HSL | 338.77º | 0.53% | 0.52% | - |
| HSV(B) | 338.77º | 0.66% | 0.77% | - |
| XYZ | 28.01 | 17.08 | 17.44 | - |
| YUV | 111.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 113 | 0 | 0.66 | 0.43 | 0.23 | 338.77 | 0.53 | 0.52 |
| Hex | C5 | 43 | 71 | 0 | 42 | 2B | 17 | 153 | 35 | 34 |
| Octal | 305 | 103 | 161 | 0 | 102 | 53 | 27 | 523 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1110001 | 0 | 1000010 | 101011 | 10111 | 101010011 | 110101 | 110100 |
Color Harmonies of #C54371
Complementary color
Monochromatic Colors of #C54371
Black with #C54371
Text Example
Text Example
White with #C54371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54371; }
p { color: rgb(197,67,113); }
H1.HeaderClassName
{
color: #C54371;
}
.AnyTagClassName
{
color: #C54371;
}
</style>
background-color css
<style>
a { background-color: #C54371; }
a { background-color: rgb(197,67,113); }
div.DivClassName
{
background-color: #C54371;
}
.BgClassName
{
background-color: #C54371;
}
</style>
border-color css
<style>
span { border-color: #C54371; }
span { border-color: rgb(197,67,113); }
td.TdClassName
{
border-color: #C54371;
}
.TagClassName
{
border-color: #C54371;
}
</style>