Shades of Royal Heath #C3487B
Tints of Royal Heath #C3487B
RGB
CMYK
RGB Variations
Color information
#C3487B (or 0xC3487B) is known color: Royal Heath. HEX triplet: C3, 48 and 7B. RGB value is (195,72,123). Sum of RGB (Red+Green+Blue) = 195+72+123=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3487B is #3CB784. Grayscale: #727272. Windows color (decimal): -3979141 or 8079555. OLE color: 8079555.
HSL color Cylindrical-coordinate representation of color #C3487B: hue angle of 335.12º 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 #C3487B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 123 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.24 |
| HSL | 335.12º | 0.51% | 0.52% | - |
| HSV(B) | 335.12º | 0.63% | 0.76% | - |
| XYZ | 28.4 | 17.67 | 20.65 | - |
| YUV | 114.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 123 | 0 | 0.63 | 0.37 | 0.24 | 335.12 | 0.51 | 0.52 |
| Hex | C3 | 48 | 7B | 0 | 3F | 25 | 18 | 14F | 33 | 34 |
| Octal | 303 | 110 | 173 | 0 | 77 | 45 | 30 | 517 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1111011 | 0 | 111111 | 100101 | 11000 | 101001111 | 110011 | 110100 |
Color Harmonies of #C3487B
Complementary color
Monochromatic Colors of #C3487B
Black with #C3487B
Text Example
Text Example
White with #C3487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3487B; }
p { color: rgb(195,72,123); }
H1.HeaderClassName
{
color: #C3487B;
}
.AnyTagClassName
{
color: #C3487B;
}
</style>
background-color css
<style>
a { background-color: #C3487B; }
a { background-color: rgb(195,72,123); }
div.DivClassName
{
background-color: #C3487B;
}
.BgClassName
{
background-color: #C3487B;
}
</style>
border-color css
<style>
span { border-color: #C3487B; }
span { border-color: rgb(195,72,123); }
td.TdClassName
{
border-color: #C3487B;
}
.TagClassName
{
border-color: #C3487B;
}
</style>