Shades of Royal Heath #C5567E
Tints of Royal Heath #C5567E
RGB
CMYK
RGB Variations
Color information
#C5567E (or 0xC5567E) is known color: Royal Heath. HEX triplet: C5, 56 and 7E. RGB value is (197,86,126). Sum of RGB (Red+Green+Blue) = 197+86+126=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5567E is #3AA981. Grayscale: #7B7B7B. Windows color (decimal): -3844482 or 8279749. OLE color: 8279749.
HSL color Cylindrical-coordinate representation of color #C5567E: hue angle of 338.38º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5567E is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 126 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.23 |
| HSL | 338.38º | 0.49% | 0.55% | - |
| HSV(B) | 338.38º | 0.56% | 0.77% | - |
| XYZ | 30.12 | 20.03 | 22.02 | - |
| YUV | 123.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 126 | 0 | 0.56 | 0.36 | 0.23 | 338.38 | 0.49 | 0.55 |
| Hex | C5 | 56 | 7E | 0 | 38 | 24 | 17 | 152 | 31 | 37 |
| Octal | 305 | 126 | 176 | 0 | 70 | 44 | 27 | 522 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1111110 | 0 | 111000 | 100100 | 10111 | 101010010 | 110001 | 110111 |
Color Harmonies of #C5567E
Complementary color
Monochromatic Colors of #C5567E
Black with #C5567E
Text Example
Text Example
White with #C5567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5567E; }
p { color: rgb(197,86,126); }
H1.HeaderClassName
{
color: #C5567E;
}
.AnyTagClassName
{
color: #C5567E;
}
</style>
background-color css
<style>
a { background-color: #C5567E; }
a { background-color: rgb(197,86,126); }
div.DivClassName
{
background-color: #C5567E;
}
.BgClassName
{
background-color: #C5567E;
}
</style>
border-color css
<style>
span { border-color: #C5567E; }
span { border-color: rgb(197,86,126); }
td.TdClassName
{
border-color: #C5567E;
}
.TagClassName
{
border-color: #C5567E;
}
</style>