Shades of Royal Heath #C5557D
Tints of Royal Heath #C5557D
RGB
CMYK
RGB Variations
Color information
#C5557D (or 0xC5557D) is known color: Royal Heath. HEX triplet: C5, 55 and 7D. RGB value is (197,85,125). Sum of RGB (Red+Green+Blue) = 197+85+125=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5557D is #3AAA82. Grayscale: #7B7B7B. Windows color (decimal): -3844739 or 8213957. OLE color: 8213957.
HSL color Cylindrical-coordinate representation of color #C5557D: hue angle of 338.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5557D is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 125 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.23 |
| HSL | 338.57º | 0.49% | 0.55% | - |
| HSV(B) | 338.57º | 0.57% | 0.77% | - |
| XYZ | 29.98 | 19.85 | 21.65 | - |
| YUV | 123.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 125 | 0 | 0.57 | 0.37 | 0.23 | 338.57 | 0.49 | 0.55 |
| Hex | C5 | 55 | 7D | 0 | 39 | 25 | 17 | 153 | 31 | 37 |
| Octal | 305 | 125 | 175 | 0 | 71 | 45 | 27 | 523 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1111101 | 0 | 111001 | 100101 | 10111 | 101010011 | 110001 | 110111 |
Color Harmonies of #C5557D
Complementary color
Monochromatic Colors of #C5557D
Black with #C5557D
Text Example
Text Example
White with #C5557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5557D; }
p { color: rgb(197,85,125); }
H1.HeaderClassName
{
color: #C5557D;
}
.AnyTagClassName
{
color: #C5557D;
}
</style>
background-color css
<style>
a { background-color: #C5557D; }
a { background-color: rgb(197,85,125); }
div.DivClassName
{
background-color: #C5557D;
}
.BgClassName
{
background-color: #C5557D;
}
</style>
border-color css
<style>
span { border-color: #C5557D; }
span { border-color: rgb(197,85,125); }
td.TdClassName
{
border-color: #C5557D;
}
.TagClassName
{
border-color: #C5557D;
}
</style>