Shades of Royal Heath #C54378
Tints of Royal Heath #C54378
RGB
CMYK
RGB Variations
Color information
#C54378 (or 0xC54378) is known color: Royal Heath. HEX triplet: C5, 43 and 78. RGB value is (197,67,120). Sum of RGB (Red+Green+Blue) = 197+67+120=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54378 is #3ABC87. Grayscale: #6F6F6F. Windows color (decimal): -3849352 or 7881669. OLE color: 7881669.
HSL color Cylindrical-coordinate representation of color #C54378: hue angle of 335.54º 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 #C54378 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 120 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.23 |
| HSL | 335.54º | 0.53% | 0.52% | - |
| HSV(B) | 335.54º | 0.66% | 0.77% | - |
| XYZ | 28.42 | 17.24 | 19.6 | - |
| YUV | 111.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 120 | 0 | 0.66 | 0.39 | 0.23 | 335.54 | 0.53 | 0.52 |
| Hex | C5 | 43 | 78 | 0 | 42 | 27 | 17 | 150 | 35 | 34 |
| Octal | 305 | 103 | 170 | 0 | 102 | 47 | 27 | 520 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1111000 | 0 | 1000010 | 100111 | 10111 | 101010000 | 110101 | 110100 |
Color Harmonies of #C54378
Complementary color
Monochromatic Colors of #C54378
Black with #C54378
Text Example
Text Example
White with #C54378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54378; }
p { color: rgb(197,67,120); }
H1.HeaderClassName
{
color: #C54378;
}
.AnyTagClassName
{
color: #C54378;
}
</style>
background-color css
<style>
a { background-color: #C54378; }
a { background-color: rgb(197,67,120); }
div.DivClassName
{
background-color: #C54378;
}
.BgClassName
{
background-color: #C54378;
}
</style>
border-color css
<style>
span { border-color: #C54378; }
span { border-color: rgb(197,67,120); }
td.TdClassName
{
border-color: #C54378;
}
.TagClassName
{
border-color: #C54378;
}
</style>