Shades of Royal Heath #C7467A
Tints of Royal Heath #C7467A
RGB
CMYK
RGB Variations
Color information
#C7467A (or 0xC7467A) is known color: Royal Heath. HEX triplet: C7, 46 and 7A. RGB value is (199,70,122). Sum of RGB (Red+Green+Blue) = 199+70+122=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7467A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7467A is #38B985. Grayscale: #727272. Windows color (decimal): -3717510 or 8013511. OLE color: 8013511.
HSL color Cylindrical-coordinate representation of color #C7467A: hue angle of 335.81º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7467A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 122 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.22 |
| HSL | 335.81º | 0.54% | 0.53% | - |
| HSV(B) | 335.81º | 0.65% | 0.78% | - |
| XYZ | 29.26 | 17.93 | 20.33 | - |
| YUV | 114.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 122 | 0 | 0.65 | 0.39 | 0.22 | 335.81 | 0.54 | 0.53 |
| Hex | C7 | 46 | 7A | 0 | 41 | 27 | 16 | 150 | 36 | 35 |
| Octal | 307 | 106 | 172 | 0 | 101 | 47 | 26 | 520 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1111010 | 0 | 1000001 | 100111 | 10110 | 101010000 | 110110 | 110101 |
Color Harmonies of #C7467A
Complementary color
Monochromatic Colors of #C7467A
Black with #C7467A
Text Example
Text Example
White with #C7467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7467A; }
p { color: rgb(199,70,122); }
H1.HeaderClassName
{
color: #C7467A;
}
.AnyTagClassName
{
color: #C7467A;
}
</style>
background-color css
<style>
a { background-color: #C7467A; }
a { background-color: rgb(199,70,122); }
div.DivClassName
{
background-color: #C7467A;
}
.BgClassName
{
background-color: #C7467A;
}
</style>
border-color css
<style>
span { border-color: #C7467A; }
span { border-color: rgb(199,70,122); }
td.TdClassName
{
border-color: #C7467A;
}
.TagClassName
{
border-color: #C7467A;
}
</style>