Shades of Royal Heath #C3486E
Tints of Royal Heath #C3486E
RGB
CMYK
RGB Variations
Color information
#C3486E (or 0xC3486E) is known color: Royal Heath. HEX triplet: C3, 48 and 6E. RGB value is (195,72,110). Sum of RGB (Red+Green+Blue) = 195+72+110=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3486E is #3CB791. Grayscale: #717171. Windows color (decimal): -3979154 or 7227587. OLE color: 7227587.
HSL color Cylindrical-coordinate representation of color #C3486E: hue angle of 341.46º 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 #C3486E is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 110 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.24 |
| HSL | 341.46º | 0.51% | 0.52% | - |
| HSV(B) | 341.46º | 0.63% | 0.76% | - |
| XYZ | 27.64 | 17.36 | 16.65 | - |
| YUV | 113.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 110 | 0 | 0.63 | 0.44 | 0.24 | 341.46 | 0.51 | 0.52 |
| Hex | C3 | 48 | 6E | 0 | 3F | 2C | 18 | 155 | 33 | 34 |
| Octal | 303 | 110 | 156 | 0 | 77 | 54 | 30 | 525 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1101110 | 0 | 111111 | 101100 | 11000 | 101010101 | 110011 | 110100 |
Color Harmonies of #C3486E
Complementary color
Monochromatic Colors of #C3486E
Black with #C3486E
Text Example
Text Example
White with #C3486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3486E; }
p { color: rgb(195,72,110); }
H1.HeaderClassName
{
color: #C3486E;
}
.AnyTagClassName
{
color: #C3486E;
}
</style>
background-color css
<style>
a { background-color: #C3486E; }
a { background-color: rgb(195,72,110); }
div.DivClassName
{
background-color: #C3486E;
}
.BgClassName
{
background-color: #C3486E;
}
</style>
border-color css
<style>
span { border-color: #C3486E; }
span { border-color: rgb(195,72,110); }
td.TdClassName
{
border-color: #C3486E;
}
.TagClassName
{
border-color: #C3486E;
}
</style>