Shades of Royal Heath #C1496D
Tints of Royal Heath #C1496D
RGB
CMYK
RGB Variations
Color information
#C1496D (or 0xC1496D) is known color: Royal Heath. HEX triplet: C1, 49 and 6D. RGB value is (193,73,109). Sum of RGB (Red+Green+Blue) = 193+73+109=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1496D is #3EB692. Grayscale: #707070. Windows color (decimal): -4109971 or 7162305. OLE color: 7162305.
HSL color Cylindrical-coordinate representation of color #C1496D: hue angle of 342º degrees, saturation: 0.49, 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 #C1496D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 109 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.24 |
| HSL | 342º | 0.49% | 0.52% | - |
| HSV(B) | 342º | 0.62% | 0.76% | - |
| XYZ | 27.14 | 17.21 | 16.36 | - |
| YUV | 112.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 109 | 0 | 0.62 | 0.44 | 0.24 | 342 | 0.49 | 0.52 |
| Hex | C1 | 49 | 6D | 0 | 3E | 2C | 18 | 156 | 31 | 34 |
| Octal | 301 | 111 | 155 | 0 | 76 | 54 | 30 | 526 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1101101 | 0 | 111110 | 101100 | 11000 | 101010110 | 110001 | 110100 |
Color Harmonies of #C1496D
Complementary color
Monochromatic Colors of #C1496D
Black with #C1496D
Text Example
Text Example
White with #C1496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1496D; }
p { color: rgb(193,73,109); }
H1.HeaderClassName
{
color: #C1496D;
}
.AnyTagClassName
{
color: #C1496D;
}
</style>
background-color css
<style>
a { background-color: #C1496D; }
a { background-color: rgb(193,73,109); }
div.DivClassName
{
background-color: #C1496D;
}
.BgClassName
{
background-color: #C1496D;
}
</style>
border-color css
<style>
span { border-color: #C1496D; }
span { border-color: rgb(193,73,109); }
td.TdClassName
{
border-color: #C1496D;
}
.TagClassName
{
border-color: #C1496D;
}
</style>