Shades of Royal Heath #C44272
Tints of Royal Heath #C44272
RGB
CMYK
RGB Variations
Color information
#C44272 (or 0xC44272) is known color: Royal Heath. HEX triplet: C4, 42 and 72. RGB value is (196,66,114). Sum of RGB (Red+Green+Blue) = 196+66+114=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C44272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44272 is #3BBD8D. Grayscale: #6E6E6E. Windows color (decimal): -3915150 or 7488196. OLE color: 7488196.
HSL color Cylindrical-coordinate representation of color #C44272: hue angle of 337.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44272 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 114 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.23 |
| HSL | 337.85º | 0.52% | 0.51% | - |
| HSV(B) | 337.85º | 0.66% | 0.77% | - |
| XYZ | 27.75 | 16.85 | 17.71 | - |
| YUV | 110.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 114 | 0 | 0.66 | 0.42 | 0.23 | 337.85 | 0.52 | 0.51 |
| Hex | C4 | 42 | 72 | 0 | 42 | 2A | 17 | 152 | 34 | 33 |
| Octal | 304 | 102 | 162 | 0 | 102 | 52 | 27 | 522 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1110010 | 0 | 1000010 | 101010 | 10111 | 101010010 | 110100 | 110011 |
Color Harmonies of #C44272
Complementary color
Monochromatic Colors of #C44272
Black with #C44272
Text Example
Text Example
White with #C44272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44272; }
p { color: rgb(196,66,114); }
H1.HeaderClassName
{
color: #C44272;
}
.AnyTagClassName
{
color: #C44272;
}
</style>
background-color css
<style>
a { background-color: #C44272; }
a { background-color: rgb(196,66,114); }
div.DivClassName
{
background-color: #C44272;
}
.BgClassName
{
background-color: #C44272;
}
</style>
border-color css
<style>
span { border-color: #C44272; }
span { border-color: rgb(196,66,114); }
td.TdClassName
{
border-color: #C44272;
}
.TagClassName
{
border-color: #C44272;
}
</style>