Shades of Royal Heath #C0496D
Tints of Royal Heath #C0496D
RGB
CMYK
RGB Variations
Color information
#C0496D (or 0xC0496D) is known color: Royal Heath. HEX triplet: C0, 49 and 6D. RGB value is (192,73,109). Sum of RGB (Red+Green+Blue) = 192+73+109=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0496D is #3FB692. Grayscale: #707070. Windows color (decimal): -4175507 or 7162304. OLE color: 7162304.
HSL color Cylindrical-coordinate representation of color #C0496D: hue angle of 341.85º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0496D is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 109 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.25 |
| HSL | 341.85º | 0.49% | 0.52% | - |
| HSV(B) | 341.85º | 0.62% | 0.75% | - |
| XYZ | 26.88 | 17.08 | 16.35 | - |
| YUV | 112.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 109 | 0 | 0.62 | 0.43 | 0.25 | 341.85 | 0.49 | 0.52 |
| Hex | C0 | 49 | 6D | 0 | 3E | 2B | 19 | 156 | 31 | 34 |
| Octal | 300 | 111 | 155 | 0 | 76 | 53 | 31 | 526 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1101101 | 0 | 111110 | 101011 | 11001 | 101010110 | 110001 | 110100 |
Color Harmonies of #C0496D
Complementary color
Monochromatic Colors of #C0496D
Black with #C0496D
Text Example
Text Example
White with #C0496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0496D; }
p { color: rgb(192,73,109); }
H1.HeaderClassName
{
color: #C0496D;
}
.AnyTagClassName
{
color: #C0496D;
}
</style>
background-color css
<style>
a { background-color: #C0496D; }
a { background-color: rgb(192,73,109); }
div.DivClassName
{
background-color: #C0496D;
}
.BgClassName
{
background-color: #C0496D;
}
</style>
border-color css
<style>
span { border-color: #C0496D; }
span { border-color: rgb(192,73,109); }
td.TdClassName
{
border-color: #C0496D;
}
.TagClassName
{
border-color: #C0496D;
}
</style>