Shades of Royal Heath #C54775
Tints of Royal Heath #C54775
RGB
CMYK
RGB Variations
Color information
#C54775 (or 0xC54775) is known color: Royal Heath. HEX triplet: C5, 47 and 75. RGB value is (197,71,117). Sum of RGB (Red+Green+Blue) = 197+71+117=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C54775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54775 is #3AB88A. Grayscale: #717171. Windows color (decimal): -3848331 or 7686085. OLE color: 7686085.
HSL color Cylindrical-coordinate representation of color #C54775: hue angle of 338.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54775 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 117 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.23 |
| HSL | 338.1º | 0.52% | 0.53% | - |
| HSV(B) | 338.1º | 0.64% | 0.77% | - |
| XYZ | 28.49 | 17.66 | 18.74 | - |
| YUV | 113.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 117 | 0 | 0.64 | 0.41 | 0.23 | 338.1 | 0.52 | 0.53 |
| Hex | C5 | 47 | 75 | 0 | 40 | 29 | 17 | 152 | 34 | 35 |
| Octal | 305 | 107 | 165 | 0 | 100 | 51 | 27 | 522 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1110101 | 0 | 1000000 | 101001 | 10111 | 101010010 | 110100 | 110101 |
Color Harmonies of #C54775
Complementary color
Monochromatic Colors of #C54775
Black with #C54775
Text Example
Text Example
White with #C54775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54775; }
p { color: rgb(197,71,117); }
H1.HeaderClassName
{
color: #C54775;
}
.AnyTagClassName
{
color: #C54775;
}
</style>
background-color css
<style>
a { background-color: #C54775; }
a { background-color: rgb(197,71,117); }
div.DivClassName
{
background-color: #C54775;
}
.BgClassName
{
background-color: #C54775;
}
</style>
border-color css
<style>
span { border-color: #C54775; }
span { border-color: rgb(197,71,117); }
td.TdClassName
{
border-color: #C54775;
}
.TagClassName
{
border-color: #C54775;
}
</style>