Shades of Royal Heath #C2497A
Tints of Royal Heath #C2497A
RGB
CMYK
RGB Variations
Color information
#C2497A (or 0xC2497A) is known color: Royal Heath. HEX triplet: C2, 49 and 7A. RGB value is (194,73,122). Sum of RGB (Red+Green+Blue) = 194+73+122=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2497A is #3DB685. Grayscale: #727272. Windows color (decimal): -4044422 or 8014274. OLE color: 8014274.
HSL color Cylindrical-coordinate representation of color #C2497A: hue angle of 335.7º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2497A is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 122 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.24 |
| HSL | 335.7º | 0.5% | 0.52% | - |
| HSV(B) | 335.7º | 0.62% | 0.76% | - |
| XYZ | 28.14 | 17.64 | 20.33 | - |
| YUV | 114.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 122 | 0 | 0.62 | 0.37 | 0.24 | 335.7 | 0.5 | 0.52 |
| Hex | C2 | 49 | 7A | 0 | 3E | 25 | 18 | 150 | 32 | 34 |
| Octal | 302 | 111 | 172 | 0 | 76 | 45 | 30 | 520 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1111010 | 0 | 111110 | 100101 | 11000 | 101010000 | 110010 | 110100 |
Color Harmonies of #C2497A
Complementary color
Monochromatic Colors of #C2497A
Black with #C2497A
Text Example
Text Example
White with #C2497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2497A; }
p { color: rgb(194,73,122); }
H1.HeaderClassName
{
color: #C2497A;
}
.AnyTagClassName
{
color: #C2497A;
}
</style>
background-color css
<style>
a { background-color: #C2497A; }
a { background-color: rgb(194,73,122); }
div.DivClassName
{
background-color: #C2497A;
}
.BgClassName
{
background-color: #C2497A;
}
</style>
border-color css
<style>
span { border-color: #C2497A; }
span { border-color: rgb(194,73,122); }
td.TdClassName
{
border-color: #C2497A;
}
.TagClassName
{
border-color: #C2497A;
}
</style>