Shades of Royal Heath #C44276
Tints of Royal Heath #C44276
RGB
CMYK
RGB Variations
Color information
#C44276 (or 0xC44276) is known color: Royal Heath. HEX triplet: C4, 42 and 76. RGB value is (196,66,118). Sum of RGB (Red+Green+Blue) = 196+66+118=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C44276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44276 is #3BBD89. Grayscale: #6E6E6E. Windows color (decimal): -3915146 or 7750340. OLE color: 7750340.
HSL color Cylindrical-coordinate representation of color #C44276: hue angle of 336º 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 #C44276 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 118 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.23 |
| HSL | 336º | 0.52% | 0.51% | - |
| HSV(B) | 336º | 0.66% | 0.77% | - |
| XYZ | 27.98 | 16.94 | 18.93 | - |
| YUV | 110.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 118 | 0 | 0.66 | 0.40 | 0.23 | 336 | 0.52 | 0.51 |
| Hex | C4 | 42 | 76 | 0 | 42 | 28 | 17 | 150 | 34 | 33 |
| Octal | 304 | 102 | 166 | 0 | 102 | 50 | 27 | 520 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1110110 | 0 | 1000010 | 101000 | 10111 | 101010000 | 110100 | 110011 |
Color Harmonies of #C44276
Complementary color
Monochromatic Colors of #C44276
Black with #C44276
Text Example
Text Example
White with #C44276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44276; }
p { color: rgb(196,66,118); }
H1.HeaderClassName
{
color: #C44276;
}
.AnyTagClassName
{
color: #C44276;
}
</style>
background-color css
<style>
a { background-color: #C44276; }
a { background-color: rgb(196,66,118); }
div.DivClassName
{
background-color: #C44276;
}
.BgClassName
{
background-color: #C44276;
}
</style>
border-color css
<style>
span { border-color: #C44276; }
span { border-color: rgb(196,66,118); }
td.TdClassName
{
border-color: #C44276;
}
.TagClassName
{
border-color: #C44276;
}
</style>