Shades of Royal Heath #C54075
Tints of Royal Heath #C54075
RGB
CMYK
RGB Variations
Color information
#C54075 (or 0xC54075) is known color: Royal Heath. HEX triplet: C5, 40 and 75. RGB value is (197,64,117). Sum of RGB (Red+Green+Blue) = 197+64+117=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C54075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54075 is #3ABF8A. Grayscale: #6D6D6D. Windows color (decimal): -3850123 or 7684293. OLE color: 7684293.
HSL color Cylindrical-coordinate representation of color #C54075: hue angle of 336.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54075 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 117 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.23 |
| HSL | 336.09º | 0.53% | 0.51% | - |
| HSV(B) | 336.09º | 0.68% | 0.77% | - |
| XYZ | 28.07 | 16.82 | 18.6 | - |
| YUV | 109.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 117 | 0 | 0.68 | 0.41 | 0.23 | 336.09 | 0.53 | 0.51 |
| Hex | C5 | 40 | 75 | 0 | 44 | 29 | 17 | 150 | 35 | 33 |
| Octal | 305 | 100 | 165 | 0 | 104 | 51 | 27 | 520 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1110101 | 0 | 1000100 | 101001 | 10111 | 101010000 | 110101 | 110011 |
Color Harmonies of #C54075
Complementary color
Monochromatic Colors of #C54075
Black with #C54075
Text Example
Text Example
White with #C54075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54075; }
p { color: rgb(197,64,117); }
H1.HeaderClassName
{
color: #C54075;
}
.AnyTagClassName
{
color: #C54075;
}
</style>
background-color css
<style>
a { background-color: #C54075; }
a { background-color: rgb(197,64,117); }
div.DivClassName
{
background-color: #C54075;
}
.BgClassName
{
background-color: #C54075;
}
</style>
border-color css
<style>
span { border-color: #C54075; }
span { border-color: rgb(197,64,117); }
td.TdClassName
{
border-color: #C54075;
}
.TagClassName
{
border-color: #C54075;
}
</style>