Shades of Royal Heath #C24169
Tints of Royal Heath #C24169
RGB
CMYK
RGB Variations
Color information
#C24169 (or 0xC24169) is known color: Royal Heath. HEX triplet: C2, 41 and 69. RGB value is (194,65,105). Sum of RGB (Red+Green+Blue) = 194+65+105=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C24169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24169 is #3DBE96. Grayscale: #6C6C6C. Windows color (decimal): -4046487 or 6898114. OLE color: 6898114.
HSL color Cylindrical-coordinate representation of color #C24169: hue angle of 341.4º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24169 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 105 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.24 |
| HSL | 341.4º | 0.51% | 0.51% | - |
| HSV(B) | 341.4º | 0.66% | 0.76% | - |
| XYZ | 26.69 | 16.27 | 15.1 | - |
| YUV | 108.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 105 | 0 | 0.66 | 0.46 | 0.24 | 341.4 | 0.51 | 0.51 |
| Hex | C2 | 41 | 69 | 0 | 42 | 2E | 18 | 155 | 33 | 33 |
| Octal | 302 | 101 | 151 | 0 | 102 | 56 | 30 | 525 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1101001 | 0 | 1000010 | 101110 | 11000 | 101010101 | 110011 | 110011 |
Color Harmonies of #C24169
Complementary color
Monochromatic Colors of #C24169
Black with #C24169
Text Example
Text Example
White with #C24169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24169; }
p { color: rgb(194,65,105); }
H1.HeaderClassName
{
color: #C24169;
}
.AnyTagClassName
{
color: #C24169;
}
</style>
background-color css
<style>
a { background-color: #C24169; }
a { background-color: rgb(194,65,105); }
div.DivClassName
{
background-color: #C24169;
}
.BgClassName
{
background-color: #C24169;
}
</style>
border-color css
<style>
span { border-color: #C24169; }
span { border-color: rgb(194,65,105); }
td.TdClassName
{
border-color: #C24169;
}
.TagClassName
{
border-color: #C24169;
}
</style>