Shades of Royal Heath #C2496E
Tints of Royal Heath #C2496E
RGB
CMYK
RGB Variations
Color information
#C2496E (or 0xC2496E) is known color: Royal Heath. HEX triplet: C2, 49 and 6E. RGB value is (194,73,110). Sum of RGB (Red+Green+Blue) = 194+73+110=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2496E is #3DB691. Grayscale: #717171. Windows color (decimal): -4044434 or 7227842. OLE color: 7227842.
HSL color Cylindrical-coordinate representation of color #C2496E: hue angle of 341.65º 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 #C2496E is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 110 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.24 |
| HSL | 341.65º | 0.5% | 0.52% | - |
| HSV(B) | 341.65º | 0.62% | 0.76% | - |
| XYZ | 27.45 | 17.36 | 16.66 | - |
| YUV | 113.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 110 | 0 | 0.62 | 0.43 | 0.24 | 341.65 | 0.5 | 0.52 |
| Hex | C2 | 49 | 6E | 0 | 3E | 2B | 18 | 156 | 32 | 34 |
| Octal | 302 | 111 | 156 | 0 | 76 | 53 | 30 | 526 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1101110 | 0 | 111110 | 101011 | 11000 | 101010110 | 110010 | 110100 |
Color Harmonies of #C2496E
Complementary color
Monochromatic Colors of #C2496E
Black with #C2496E
Text Example
Text Example
White with #C2496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2496E; }
p { color: rgb(194,73,110); }
H1.HeaderClassName
{
color: #C2496E;
}
.AnyTagClassName
{
color: #C2496E;
}
</style>
background-color css
<style>
a { background-color: #C2496E; }
a { background-color: rgb(194,73,110); }
div.DivClassName
{
background-color: #C2496E;
}
.BgClassName
{
background-color: #C2496E;
}
</style>
border-color css
<style>
span { border-color: #C2496E; }
span { border-color: rgb(194,73,110); }
td.TdClassName
{
border-color: #C2496E;
}
.TagClassName
{
border-color: #C2496E;
}
</style>