Shades of Royal Heath #C3496F
Tints of Royal Heath #C3496F
RGB
CMYK
RGB Variations
Color information
#C3496F (or 0xC3496F) is known color: Royal Heath. HEX triplet: C3, 49 and 6F. RGB value is (195,73,111). Sum of RGB (Red+Green+Blue) = 195+73+111=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3496F is #3CB690. Grayscale: #717171. Windows color (decimal): -3978897 or 7293379. OLE color: 7293379.
HSL color Cylindrical-coordinate representation of color #C3496F: hue angle of 341.31º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3496F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 111 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.24 |
| HSL | 341.31º | 0.5% | 0.53% | - |
| HSV(B) | 341.31º | 0.63% | 0.76% | - |
| XYZ | 27.76 | 17.51 | 16.96 | - |
| YUV | 113.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 111 | 0 | 0.63 | 0.43 | 0.24 | 341.31 | 0.5 | 0.53 |
| Hex | C3 | 49 | 6F | 0 | 3F | 2B | 18 | 155 | 32 | 35 |
| Octal | 303 | 111 | 157 | 0 | 77 | 53 | 30 | 525 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1101111 | 0 | 111111 | 101011 | 11000 | 101010101 | 110010 | 110101 |
Color Harmonies of #C3496F
Complementary color
Monochromatic Colors of #C3496F
Black with #C3496F
Text Example
Text Example
White with #C3496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3496F; }
p { color: rgb(195,73,111); }
H1.HeaderClassName
{
color: #C3496F;
}
.AnyTagClassName
{
color: #C3496F;
}
</style>
background-color css
<style>
a { background-color: #C3496F; }
a { background-color: rgb(195,73,111); }
div.DivClassName
{
background-color: #C3496F;
}
.BgClassName
{
background-color: #C3496F;
}
</style>
border-color css
<style>
span { border-color: #C3496F; }
span { border-color: rgb(195,73,111); }
td.TdClassName
{
border-color: #C3496F;
}
.TagClassName
{
border-color: #C3496F;
}
</style>