Shades of Royal Heath #C8457A
Tints of Royal Heath #C8457A
RGB
CMYK
RGB Variations
Color information
#C8457A (or 0xC8457A) is known color: Royal Heath. HEX triplet: C8, 45 and 7A. RGB value is (200,69,122). Sum of RGB (Red+Green+Blue) = 200+69+122=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8457A is #37BA85. Grayscale: #727272. Windows color (decimal): -3652230 or 8013256. OLE color: 8013256.
HSL color Cylindrical-coordinate representation of color #C8457A: hue angle of 335.73º 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 #C8457A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 122 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.22 |
| HSL | 335.73º | 0.54% | 0.53% | - |
| HSV(B) | 335.73º | 0.66% | 0.78% | - |
| XYZ | 29.46 | 17.94 | 20.32 | - |
| YUV | 114.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 122 | 0 | 0.66 | 0.39 | 0.22 | 335.73 | 0.54 | 0.53 |
| Hex | C8 | 45 | 7A | 0 | 42 | 27 | 16 | 150 | 36 | 35 |
| Octal | 310 | 105 | 172 | 0 | 102 | 47 | 26 | 520 | 66 | 65 |
| Binary | 11001000 | 1000101 | 1111010 | 0 | 1000010 | 100111 | 10110 | 101010000 | 110110 | 110101 |
Color Harmonies of #C8457A
Complementary color
Monochromatic Colors of #C8457A
Black with #C8457A
Text Example
Text Example
White with #C8457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8457A; }
p { color: rgb(200,69,122); }
H1.HeaderClassName
{
color: #C8457A;
}
.AnyTagClassName
{
color: #C8457A;
}
</style>
background-color css
<style>
a { background-color: #C8457A; }
a { background-color: rgb(200,69,122); }
div.DivClassName
{
background-color: #C8457A;
}
.BgClassName
{
background-color: #C8457A;
}
</style>
border-color css
<style>
span { border-color: #C8457A; }
span { border-color: rgb(200,69,122); }
td.TdClassName
{
border-color: #C8457A;
}
.TagClassName
{
border-color: #C8457A;
}
</style>