Shades of Royal Heath #C5437A
Tints of Royal Heath #C5437A
RGB
CMYK
RGB Variations
Color information
#C5437A (or 0xC5437A) is known color: Royal Heath. HEX triplet: C5, 43 and 7A. RGB value is (197,67,122). Sum of RGB (Red+Green+Blue) = 197+67+122=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5437A is #3ABC85. Grayscale: #707070. Windows color (decimal): -3849350 or 8012741. OLE color: 8012741.
HSL color Cylindrical-coordinate representation of color #C5437A: hue angle of 334.62º 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 #C5437A is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 122 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.23 |
| HSL | 334.62º | 0.53% | 0.52% | - |
| HSV(B) | 334.62º | 0.66% | 0.77% | - |
| XYZ | 28.55 | 17.29 | 20.25 | - |
| YUV | 112.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 122 | 0 | 0.66 | 0.38 | 0.23 | 334.62 | 0.53 | 0.52 |
| Hex | C5 | 43 | 7A | 0 | 42 | 26 | 17 | 14F | 35 | 34 |
| Octal | 305 | 103 | 172 | 0 | 102 | 46 | 27 | 517 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1111010 | 0 | 1000010 | 100110 | 10111 | 101001111 | 110101 | 110100 |
Color Harmonies of #C5437A
Complementary color
Monochromatic Colors of #C5437A
Black with #C5437A
Text Example
Text Example
White with #C5437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5437A; }
p { color: rgb(197,67,122); }
H1.HeaderClassName
{
color: #C5437A;
}
.AnyTagClassName
{
color: #C5437A;
}
</style>
background-color css
<style>
a { background-color: #C5437A; }
a { background-color: rgb(197,67,122); }
div.DivClassName
{
background-color: #C5437A;
}
.BgClassName
{
background-color: #C5437A;
}
</style>
border-color css
<style>
span { border-color: #C5437A; }
span { border-color: rgb(197,67,122); }
td.TdClassName
{
border-color: #C5437A;
}
.TagClassName
{
border-color: #C5437A;
}
</style>