Shades of Royal Heath #C44775
Tints of Royal Heath #C44775
RGB
CMYK
RGB Variations
Color information
#C44775 (or 0xC44775) is known color: Royal Heath. HEX triplet: C4, 47 and 75. RGB value is (196,71,117). Sum of RGB (Red+Green+Blue) = 196+71+117=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44775 is #3BB88A. Grayscale: #717171. Windows color (decimal): -3913867 or 7686084. OLE color: 7686084.
HSL color Cylindrical-coordinate representation of color #C44775: hue angle of 337.92º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44775 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 117 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.23 |
| HSL | 337.92º | 0.51% | 0.52% | - |
| HSV(B) | 337.92º | 0.64% | 0.77% | - |
| XYZ | 28.23 | 17.53 | 18.72 | - |
| YUV | 113.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 117 | 0 | 0.64 | 0.40 | 0.23 | 337.92 | 0.51 | 0.52 |
| Hex | C4 | 47 | 75 | 0 | 40 | 28 | 17 | 152 | 33 | 34 |
| Octal | 304 | 107 | 165 | 0 | 100 | 50 | 27 | 522 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1110101 | 0 | 1000000 | 101000 | 10111 | 101010010 | 110011 | 110100 |
Color Harmonies of #C44775
Complementary color
Monochromatic Colors of #C44775
Black with #C44775
Text Example
Text Example
White with #C44775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44775; }
p { color: rgb(196,71,117); }
H1.HeaderClassName
{
color: #C44775;
}
.AnyTagClassName
{
color: #C44775;
}
</style>
background-color css
<style>
a { background-color: #C44775; }
a { background-color: rgb(196,71,117); }
div.DivClassName
{
background-color: #C44775;
}
.BgClassName
{
background-color: #C44775;
}
</style>
border-color css
<style>
span { border-color: #C44775; }
span { border-color: rgb(196,71,117); }
td.TdClassName
{
border-color: #C44775;
}
.TagClassName
{
border-color: #C44775;
}
</style>