Shades of Royal Heath #C44576
Tints of Royal Heath #C44576
RGB
CMYK
RGB Variations
Color information
#C44576 (or 0xC44576) is known color: Royal Heath. HEX triplet: C4, 45 and 76. RGB value is (196,69,118). Sum of RGB (Red+Green+Blue) = 196+69+118=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44576 is #3BBA89. Grayscale: #707070. Windows color (decimal): -3914378 or 7751108. OLE color: 7751108.
HSL color Cylindrical-coordinate representation of color #C44576: hue angle of 336.85º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44576 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 118 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.23 |
| HSL | 336.85º | 0.52% | 0.52% | - |
| HSV(B) | 336.85º | 0.65% | 0.77% | - |
| XYZ | 28.16 | 17.3 | 18.99 | - |
| YUV | 112.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 118 | 0 | 0.65 | 0.40 | 0.23 | 336.85 | 0.52 | 0.52 |
| Hex | C4 | 45 | 76 | 0 | 41 | 28 | 17 | 151 | 34 | 34 |
| Octal | 304 | 105 | 166 | 0 | 101 | 50 | 27 | 521 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1110110 | 0 | 1000001 | 101000 | 10111 | 101010001 | 110100 | 110100 |
Color Harmonies of #C44576
Complementary color
Monochromatic Colors of #C44576
Black with #C44576
Text Example
Text Example
White with #C44576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44576; }
p { color: rgb(196,69,118); }
H1.HeaderClassName
{
color: #C44576;
}
.AnyTagClassName
{
color: #C44576;
}
</style>
background-color css
<style>
a { background-color: #C44576; }
a { background-color: rgb(196,69,118); }
div.DivClassName
{
background-color: #C44576;
}
.BgClassName
{
background-color: #C44576;
}
</style>
border-color css
<style>
span { border-color: #C44576; }
span { border-color: rgb(196,69,118); }
td.TdClassName
{
border-color: #C44576;
}
.TagClassName
{
border-color: #C44576;
}
</style>