Shades of Royal Heath #C2487B
Tints of Royal Heath #C2487B
RGB
CMYK
RGB Variations
Color information
#C2487B (or 0xC2487B) is known color: Royal Heath. HEX triplet: C2, 48 and 7B. RGB value is (194,72,123). Sum of RGB (Red+Green+Blue) = 194+72+123=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2487B is #3DB784. Grayscale: #727272. Windows color (decimal): -4044677 or 8079554. OLE color: 8079554.
HSL color Cylindrical-coordinate representation of color #C2487B: hue angle of 334.92º 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 #C2487B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 123 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.24 |
| HSL | 334.92º | 0.5% | 0.52% | - |
| HSV(B) | 334.92º | 0.63% | 0.76% | - |
| XYZ | 28.14 | 17.53 | 20.64 | - |
| YUV | 114.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 123 | 0 | 0.63 | 0.37 | 0.24 | 334.92 | 0.5 | 0.52 |
| Hex | C2 | 48 | 7B | 0 | 3F | 25 | 18 | 14F | 32 | 34 |
| Octal | 302 | 110 | 173 | 0 | 77 | 45 | 30 | 517 | 62 | 64 |
| Binary | 11000010 | 1001000 | 1111011 | 0 | 111111 | 100101 | 11000 | 101001111 | 110010 | 110100 |
Color Harmonies of #C2487B
Complementary color
Monochromatic Colors of #C2487B
Black with #C2487B
Text Example
Text Example
White with #C2487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2487B; }
p { color: rgb(194,72,123); }
H1.HeaderClassName
{
color: #C2487B;
}
.AnyTagClassName
{
color: #C2487B;
}
</style>
background-color css
<style>
a { background-color: #C2487B; }
a { background-color: rgb(194,72,123); }
div.DivClassName
{
background-color: #C2487B;
}
.BgClassName
{
background-color: #C2487B;
}
</style>
border-color css
<style>
span { border-color: #C2487B; }
span { border-color: rgb(194,72,123); }
td.TdClassName
{
border-color: #C2487B;
}
.TagClassName
{
border-color: #C2487B;
}
</style>