Shades of Royal Heath #C3497A
Tints of Royal Heath #C3497A
RGB
CMYK
RGB Variations
Color information
#C3497A (or 0xC3497A) is known color: Royal Heath. HEX triplet: C3, 49 and 7A. RGB value is (195,73,122). Sum of RGB (Red+Green+Blue) = 195+73+122=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3497A is #3CB685. Grayscale: #727272. Windows color (decimal): -3978886 or 8014275. OLE color: 8014275.
HSL color Cylindrical-coordinate representation of color #C3497A: hue angle of 335.9º 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 #C3497A is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 122 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.24 |
| HSL | 335.9º | 0.5% | 0.53% | - |
| HSV(B) | 335.9º | 0.63% | 0.76% | - |
| XYZ | 28.4 | 17.77 | 20.35 | - |
| YUV | 115.06 | 131.92 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 122 | 0 | 0.63 | 0.37 | 0.24 | 335.9 | 0.5 | 0.53 |
| Hex | C3 | 49 | 7A | 0 | 3F | 25 | 18 | 150 | 32 | 35 |
| Octal | 303 | 111 | 172 | 0 | 77 | 45 | 30 | 520 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1111010 | 0 | 111111 | 100101 | 11000 | 101010000 | 110010 | 110101 |
Color Harmonies of #C3497A
Complementary color
Monochromatic Colors of #C3497A
Black with #C3497A
Text Example
Text Example
White with #C3497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3497A; }
p { color: rgb(195,73,122); }
H1.HeaderClassName
{
color: #C3497A;
}
.AnyTagClassName
{
color: #C3497A;
}
</style>
background-color css
<style>
a { background-color: #C3497A; }
a { background-color: rgb(195,73,122); }
div.DivClassName
{
background-color: #C3497A;
}
.BgClassName
{
background-color: #C3497A;
}
</style>
border-color css
<style>
span { border-color: #C3497A; }
span { border-color: rgb(195,73,122); }
td.TdClassName
{
border-color: #C3497A;
}
.TagClassName
{
border-color: #C3497A;
}
</style>