Shades of Royal Heath #C54277
Tints of Royal Heath #C54277
RGB
CMYK
RGB Variations
Color information
#C54277 (or 0xC54277) is known color: Royal Heath. HEX triplet: C5, 42 and 77. RGB value is (197,66,119). Sum of RGB (Red+Green+Blue) = 197+66+119=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C54277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54277 is #3ABD88. Grayscale: #6F6F6F. Windows color (decimal): -3849609 or 7815877. OLE color: 7815877.
HSL color Cylindrical-coordinate representation of color #C54277: hue angle of 335.73º 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 #C54277 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 119 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.23 |
| HSL | 335.73º | 0.53% | 0.52% | - |
| HSV(B) | 335.73º | 0.66% | 0.77% | - |
| XYZ | 28.3 | 17.1 | 19.26 | - |
| YUV | 111.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 119 | 0 | 0.66 | 0.40 | 0.23 | 335.73 | 0.53 | 0.52 |
| Hex | C5 | 42 | 77 | 0 | 42 | 28 | 17 | 150 | 35 | 34 |
| Octal | 305 | 102 | 167 | 0 | 102 | 50 | 27 | 520 | 65 | 64 |
| Binary | 11000101 | 1000010 | 1110111 | 0 | 1000010 | 101000 | 10111 | 101010000 | 110101 | 110100 |
Color Harmonies of #C54277
Complementary color
Monochromatic Colors of #C54277
Black with #C54277
Text Example
Text Example
White with #C54277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54277; }
p { color: rgb(197,66,119); }
H1.HeaderClassName
{
color: #C54277;
}
.AnyTagClassName
{
color: #C54277;
}
</style>
background-color css
<style>
a { background-color: #C54277; }
a { background-color: rgb(197,66,119); }
div.DivClassName
{
background-color: #C54277;
}
.BgClassName
{
background-color: #C54277;
}
</style>
border-color css
<style>
span { border-color: #C54277; }
span { border-color: rgb(197,66,119); }
td.TdClassName
{
border-color: #C54277;
}
.TagClassName
{
border-color: #C54277;
}
</style>