Shades of Royal Heath #C7477B
Tints of Royal Heath #C7477B
RGB
CMYK
RGB Variations
Color information
#C7477B (or 0xC7477B) is known color: Royal Heath. HEX triplet: C7, 47 and 7B. RGB value is (199,71,123). Sum of RGB (Red+Green+Blue) = 199+71+123=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7477B is #38B884. Grayscale: #737373. Windows color (decimal): -3717253 or 8079303. OLE color: 8079303.
HSL color Cylindrical-coordinate representation of color #C7477B: hue angle of 335.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7477B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 123 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.22 |
| HSL | 335.63º | 0.53% | 0.53% | - |
| HSV(B) | 335.63º | 0.64% | 0.78% | - |
| XYZ | 29.38 | 18.08 | 20.68 | - |
| YUV | 115.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 123 | 0 | 0.64 | 0.38 | 0.22 | 335.63 | 0.53 | 0.53 |
| Hex | C7 | 47 | 7B | 0 | 40 | 26 | 16 | 150 | 35 | 35 |
| Octal | 307 | 107 | 173 | 0 | 100 | 46 | 26 | 520 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1111011 | 0 | 1000000 | 100110 | 10110 | 101010000 | 110101 | 110101 |
Color Harmonies of #C7477B
Complementary color
Monochromatic Colors of #C7477B
Black with #C7477B
Text Example
Text Example
White with #C7477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7477B; }
p { color: rgb(199,71,123); }
H1.HeaderClassName
{
color: #C7477B;
}
.AnyTagClassName
{
color: #C7477B;
}
</style>
background-color css
<style>
a { background-color: #C7477B; }
a { background-color: rgb(199,71,123); }
div.DivClassName
{
background-color: #C7477B;
}
.BgClassName
{
background-color: #C7477B;
}
</style>
border-color css
<style>
span { border-color: #C7477B; }
span { border-color: rgb(199,71,123); }
td.TdClassName
{
border-color: #C7477B;
}
.TagClassName
{
border-color: #C7477B;
}
</style>