Shades of Royal Heath #C44277
Tints of Royal Heath #C44277
RGB
CMYK
RGB Variations
Color information
#C44277 (or 0xC44277) is known color: Royal Heath. HEX triplet: C4, 42 and 77. RGB value is (196,66,119). Sum of RGB (Red+Green+Blue) = 196+66+119=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C44277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44277 is #3BBD88. Grayscale: #6E6E6E. Windows color (decimal): -3915145 or 7815876. OLE color: 7815876.
HSL color Cylindrical-coordinate representation of color #C44277: hue angle of 335.54º 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 #C44277 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 119 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.23 |
| HSL | 335.54º | 0.52% | 0.51% | - |
| HSV(B) | 335.54º | 0.66% | 0.77% | - |
| XYZ | 28.04 | 16.96 | 19.25 | - |
| YUV | 110.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 119 | 0 | 0.66 | 0.39 | 0.23 | 335.54 | 0.52 | 0.51 |
| Hex | C4 | 42 | 77 | 0 | 42 | 27 | 17 | 150 | 34 | 33 |
| Octal | 304 | 102 | 167 | 0 | 102 | 47 | 27 | 520 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1110111 | 0 | 1000010 | 100111 | 10111 | 101010000 | 110100 | 110011 |
Color Harmonies of #C44277
Complementary color
Monochromatic Colors of #C44277
Black with #C44277
Text Example
Text Example
White with #C44277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44277; }
p { color: rgb(196,66,119); }
H1.HeaderClassName
{
color: #C44277;
}
.AnyTagClassName
{
color: #C44277;
}
</style>
background-color css
<style>
a { background-color: #C44277; }
a { background-color: rgb(196,66,119); }
div.DivClassName
{
background-color: #C44277;
}
.BgClassName
{
background-color: #C44277;
}
</style>
border-color css
<style>
span { border-color: #C44277; }
span { border-color: rgb(196,66,119); }
td.TdClassName
{
border-color: #C44277;
}
.TagClassName
{
border-color: #C44277;
}
</style>