Shades of Royal Heath #C44377
Tints of Royal Heath #C44377
RGB
CMYK
RGB Variations
Color information
#C44377 (or 0xC44377) is known color: Royal Heath. HEX triplet: C4, 43 and 77. RGB value is (196,67,119). Sum of RGB (Red+Green+Blue) = 196+67+119=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C44377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44377 is #3BBC88. Grayscale: #6F6F6F. Windows color (decimal): -3914889 or 7816132. OLE color: 7816132.
HSL color Cylindrical-coordinate representation of color #C44377: hue angle of 335.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44377 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 119 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.23 |
| HSL | 335.81º | 0.52% | 0.52% | - |
| HSV(B) | 335.81º | 0.66% | 0.77% | - |
| XYZ | 28.1 | 17.08 | 19.27 | - |
| YUV | 111.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 119 | 0 | 0.66 | 0.39 | 0.23 | 335.81 | 0.52 | 0.52 |
| Hex | C4 | 43 | 77 | 0 | 42 | 27 | 17 | 150 | 34 | 34 |
| Octal | 304 | 103 | 167 | 0 | 102 | 47 | 27 | 520 | 64 | 64 |
| Binary | 11000100 | 1000011 | 1110111 | 0 | 1000010 | 100111 | 10111 | 101010000 | 110100 | 110100 |
Color Harmonies of #C44377
Complementary color
Monochromatic Colors of #C44377
Black with #C44377
Text Example
Text Example
White with #C44377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44377; }
p { color: rgb(196,67,119); }
H1.HeaderClassName
{
color: #C44377;
}
.AnyTagClassName
{
color: #C44377;
}
</style>
background-color css
<style>
a { background-color: #C44377; }
a { background-color: rgb(196,67,119); }
div.DivClassName
{
background-color: #C44377;
}
.BgClassName
{
background-color: #C44377;
}
</style>
border-color css
<style>
span { border-color: #C44377; }
span { border-color: rgb(196,67,119); }
td.TdClassName
{
border-color: #C44377;
}
.TagClassName
{
border-color: #C44377;
}
</style>