Shades of Royal Heath #C3487C
Tints of Royal Heath #C3487C
RGB
CMYK
RGB Variations
Color information
#C3487C (or 0xC3487C) is known color: Royal Heath. HEX triplet: C3, 48 and 7C. RGB value is (195,72,124). Sum of RGB (Red+Green+Blue) = 195+72+124=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3487C is #3CB783. Grayscale: #727272. Windows color (decimal): -3979140 or 8145091. OLE color: 8145091.
HSL color Cylindrical-coordinate representation of color #C3487C: hue angle of 334.63º degrees, saturation: 0.51, 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 #C3487C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 124 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.24 |
| HSL | 334.63º | 0.51% | 0.52% | - |
| HSV(B) | 334.63º | 0.63% | 0.76% | - |
| XYZ | 28.46 | 17.69 | 20.98 | - |
| YUV | 114.71 | 133.25 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 124 | 0 | 0.63 | 0.36 | 0.24 | 334.63 | 0.51 | 0.52 |
| Hex | C3 | 48 | 7C | 0 | 3F | 24 | 18 | 14F | 33 | 34 |
| Octal | 303 | 110 | 174 | 0 | 77 | 44 | 30 | 517 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1111100 | 0 | 111111 | 100100 | 11000 | 101001111 | 110011 | 110100 |
Color Harmonies of #C3487C
Complementary color
Monochromatic Colors of #C3487C
Black with #C3487C
Text Example
Text Example
White with #C3487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3487C; }
p { color: rgb(195,72,124); }
H1.HeaderClassName
{
color: #C3487C;
}
.AnyTagClassName
{
color: #C3487C;
}
</style>
background-color css
<style>
a { background-color: #C3487C; }
a { background-color: rgb(195,72,124); }
div.DivClassName
{
background-color: #C3487C;
}
.BgClassName
{
background-color: #C3487C;
}
</style>
border-color css
<style>
span { border-color: #C3487C; }
span { border-color: rgb(195,72,124); }
td.TdClassName
{
border-color: #C3487C;
}
.TagClassName
{
border-color: #C3487C;
}
</style>