Shades of Royal Heath #C2487A
Tints of Royal Heath #C2487A
RGB
CMYK
RGB Variations
Color information
#C2487A (or 0xC2487A) is known color: Royal Heath. HEX triplet: C2, 48 and 7A. RGB value is (194,72,122). Sum of RGB (Red+Green+Blue) = 194+72+122=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2487A is #3DB785. Grayscale: #727272. Windows color (decimal): -4044678 or 8014018. OLE color: 8014018.
HSL color Cylindrical-coordinate representation of color #C2487A: hue angle of 335.41º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2487A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 122 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.24 |
| HSL | 335.41º | 0.5% | 0.52% | - |
| HSV(B) | 335.41º | 0.63% | 0.76% | - |
| XYZ | 28.08 | 17.51 | 20.31 | - |
| YUV | 114.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 122 | 0 | 0.63 | 0.37 | 0.24 | 335.41 | 0.5 | 0.52 |
| Hex | C2 | 48 | 7A | 0 | 3F | 25 | 18 | 14F | 32 | 34 |
| Octal | 302 | 110 | 172 | 0 | 77 | 45 | 30 | 517 | 62 | 64 |
| Binary | 11000010 | 1001000 | 1111010 | 0 | 111111 | 100101 | 11000 | 101001111 | 110010 | 110100 |
Color Harmonies of #C2487A
Complementary color
Monochromatic Colors of #C2487A
Black with #C2487A
Text Example
Text Example
White with #C2487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2487A; }
p { color: rgb(194,72,122); }
H1.HeaderClassName
{
color: #C2487A;
}
.AnyTagClassName
{
color: #C2487A;
}
</style>
background-color css
<style>
a { background-color: #C2487A; }
a { background-color: rgb(194,72,122); }
div.DivClassName
{
background-color: #C2487A;
}
.BgClassName
{
background-color: #C2487A;
}
</style>
border-color css
<style>
span { border-color: #C2487A; }
span { border-color: rgb(194,72,122); }
td.TdClassName
{
border-color: #C2487A;
}
.TagClassName
{
border-color: #C2487A;
}
</style>