Shades of Royal Heath #C24269
Tints of Royal Heath #C24269
RGB
CMYK
RGB Variations
Color information
#C24269 (or 0xC24269) is known color: Royal Heath. HEX triplet: C2, 42 and 69. RGB value is (194,66,105). Sum of RGB (Red+Green+Blue) = 194+66+105=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C24269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24269 is #3DBD96. Grayscale: #6C6C6C. Windows color (decimal): -4046231 or 6898370. OLE color: 6898370.
HSL color Cylindrical-coordinate representation of color #C24269: hue angle of 341.72º 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 #C24269 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 105 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.24 |
| HSL | 341.72º | 0.51% | 0.51% | - |
| HSV(B) | 341.72º | 0.66% | 0.76% | - |
| XYZ | 26.75 | 16.39 | 15.12 | - |
| YUV | 108.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 105 | 0 | 0.66 | 0.46 | 0.24 | 341.72 | 0.51 | 0.51 |
| Hex | C2 | 42 | 69 | 0 | 42 | 2E | 18 | 156 | 33 | 33 |
| Octal | 302 | 102 | 151 | 0 | 102 | 56 | 30 | 526 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1101001 | 0 | 1000010 | 101110 | 11000 | 101010110 | 110011 | 110011 |
Color Harmonies of #C24269
Complementary color
Monochromatic Colors of #C24269
Black with #C24269
Text Example
Text Example
White with #C24269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24269; }
p { color: rgb(194,66,105); }
H1.HeaderClassName
{
color: #C24269;
}
.AnyTagClassName
{
color: #C24269;
}
</style>
background-color css
<style>
a { background-color: #C24269; }
a { background-color: rgb(194,66,105); }
div.DivClassName
{
background-color: #C24269;
}
.BgClassName
{
background-color: #C24269;
}
</style>
border-color css
<style>
span { border-color: #C24269; }
span { border-color: rgb(194,66,105); }
td.TdClassName
{
border-color: #C24269;
}
.TagClassName
{
border-color: #C24269;
}
</style>