Shades of Royal Heath #C54675
Tints of Royal Heath #C54675
RGB
CMYK
RGB Variations
Color information
#C54675 (or 0xC54675) is known color: Royal Heath. HEX triplet: C5, 46 and 75. RGB value is (197,70,117). Sum of RGB (Red+Green+Blue) = 197+70+117=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54675 is #3AB98A. Grayscale: #717171. Windows color (decimal): -3848587 or 7685829. OLE color: 7685829.
HSL color Cylindrical-coordinate representation of color #C54675: hue angle of 337.8º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54675 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 117 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.23 |
| HSL | 337.8º | 0.52% | 0.52% | - |
| HSV(B) | 337.8º | 0.64% | 0.77% | - |
| XYZ | 28.43 | 17.53 | 18.72 | - |
| YUV | 113.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 117 | 0 | 0.64 | 0.41 | 0.23 | 337.8 | 0.52 | 0.52 |
| Hex | C5 | 46 | 75 | 0 | 40 | 29 | 17 | 152 | 34 | 34 |
| Octal | 305 | 106 | 165 | 0 | 100 | 51 | 27 | 522 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1110101 | 0 | 1000000 | 101001 | 10111 | 101010010 | 110100 | 110100 |
Color Harmonies of #C54675
Complementary color
Monochromatic Colors of #C54675
Black with #C54675
Text Example
Text Example
White with #C54675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54675; }
p { color: rgb(197,70,117); }
H1.HeaderClassName
{
color: #C54675;
}
.AnyTagClassName
{
color: #C54675;
}
</style>
background-color css
<style>
a { background-color: #C54675; }
a { background-color: rgb(197,70,117); }
div.DivClassName
{
background-color: #C54675;
}
.BgClassName
{
background-color: #C54675;
}
</style>
border-color css
<style>
span { border-color: #C54675; }
span { border-color: rgb(197,70,117); }
td.TdClassName
{
border-color: #C54675;
}
.TagClassName
{
border-color: #C54675;
}
</style>