Shades of Royal Heath #C5447B
Tints of Royal Heath #C5447B
RGB
CMYK
RGB Variations
Color information
#C5447B (or 0xC5447B) is known color: Royal Heath. HEX triplet: C5, 44 and 7B. RGB value is (197,68,123). Sum of RGB (Red+Green+Blue) = 197+68+123=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5447B is #3ABB84. Grayscale: #707070. Windows color (decimal): -3849093 or 8078533. OLE color: 8078533.
HSL color Cylindrical-coordinate representation of color #C5447B: hue angle of 334.42º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5447B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 123 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.23 |
| HSL | 334.42º | 0.53% | 0.52% | - |
| HSV(B) | 334.42º | 0.65% | 0.77% | - |
| XYZ | 28.67 | 17.43 | 20.59 | - |
| YUV | 112.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 123 | 0 | 0.65 | 0.38 | 0.23 | 334.42 | 0.53 | 0.52 |
| Hex | C5 | 44 | 7B | 0 | 41 | 26 | 17 | 14E | 35 | 34 |
| Octal | 305 | 104 | 173 | 0 | 101 | 46 | 27 | 516 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1111011 | 0 | 1000001 | 100110 | 10111 | 101001110 | 110101 | 110100 |
Color Harmonies of #C5447B
Complementary color
Monochromatic Colors of #C5447B
Black with #C5447B
Text Example
Text Example
White with #C5447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5447B; }
p { color: rgb(197,68,123); }
H1.HeaderClassName
{
color: #C5447B;
}
.AnyTagClassName
{
color: #C5447B;
}
</style>
background-color css
<style>
a { background-color: #C5447B; }
a { background-color: rgb(197,68,123); }
div.DivClassName
{
background-color: #C5447B;
}
.BgClassName
{
background-color: #C5447B;
}
</style>
border-color css
<style>
span { border-color: #C5447B; }
span { border-color: rgb(197,68,123); }
td.TdClassName
{
border-color: #C5447B;
}
.TagClassName
{
border-color: #C5447B;
}
</style>