Shades of Royal Heath #C2497B
Tints of Royal Heath #C2497B
RGB
CMYK
RGB Variations
Color information
#C2497B (or 0xC2497B) is known color: Royal Heath. HEX triplet: C2, 49 and 7B. RGB value is (194,73,123). Sum of RGB (Red+Green+Blue) = 194+73+123=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2497B is #3DB684. Grayscale: #727272. Windows color (decimal): -4044421 or 8079810. OLE color: 8079810.
HSL color Cylindrical-coordinate representation of color #C2497B: hue angle of 335.21º 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 #C2497B is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 123 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.24 |
| HSL | 335.21º | 0.5% | 0.52% | - |
| HSV(B) | 335.21º | 0.62% | 0.76% | - |
| XYZ | 28.21 | 17.66 | 20.66 | - |
| YUV | 114.88 | 132.59 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 123 | 0 | 0.62 | 0.37 | 0.24 | 335.21 | 0.5 | 0.52 |
| Hex | C2 | 49 | 7B | 0 | 3E | 25 | 18 | 14F | 32 | 34 |
| Octal | 302 | 111 | 173 | 0 | 76 | 45 | 30 | 517 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1111011 | 0 | 111110 | 100101 | 11000 | 101001111 | 110010 | 110100 |
Color Harmonies of #C2497B
Complementary color
Monochromatic Colors of #C2497B
Black with #C2497B
Text Example
Text Example
White with #C2497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2497B; }
p { color: rgb(194,73,123); }
H1.HeaderClassName
{
color: #C2497B;
}
.AnyTagClassName
{
color: #C2497B;
}
</style>
background-color css
<style>
a { background-color: #C2497B; }
a { background-color: rgb(194,73,123); }
div.DivClassName
{
background-color: #C2497B;
}
.BgClassName
{
background-color: #C2497B;
}
</style>
border-color css
<style>
span { border-color: #C2497B; }
span { border-color: rgb(194,73,123); }
td.TdClassName
{
border-color: #C2497B;
}
.TagClassName
{
border-color: #C2497B;
}
</style>