Shades of Royal Heath #C44975
Tints of Royal Heath #C44975
RGB
CMYK
RGB Variations
Color information
#C44975 (or 0xC44975) is known color: Royal Heath. HEX triplet: C4, 49 and 75. RGB value is (196,73,117). Sum of RGB (Red+Green+Blue) = 196+73+117=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C44975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44975 is #3BB68A. Grayscale: #727272. Windows color (decimal): -3913355 or 7686596. OLE color: 7686596.
HSL color Cylindrical-coordinate representation of color #C44975: hue angle of 338.54º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44975 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 117 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.23 |
| HSL | 338.54º | 0.51% | 0.53% | - |
| HSV(B) | 338.54º | 0.63% | 0.77% | - |
| XYZ | 28.36 | 17.79 | 18.77 | - |
| YUV | 114.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 117 | 0 | 0.63 | 0.40 | 0.23 | 338.54 | 0.51 | 0.53 |
| Hex | C4 | 49 | 75 | 0 | 3F | 28 | 17 | 153 | 33 | 35 |
| Octal | 304 | 111 | 165 | 0 | 77 | 50 | 27 | 523 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1110101 | 0 | 111111 | 101000 | 10111 | 101010011 | 110011 | 110101 |
Color Harmonies of #C44975
Complementary color
Monochromatic Colors of #C44975
Black with #C44975
Text Example
Text Example
White with #C44975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44975; }
p { color: rgb(196,73,117); }
H1.HeaderClassName
{
color: #C44975;
}
.AnyTagClassName
{
color: #C44975;
}
</style>
background-color css
<style>
a { background-color: #C44975; }
a { background-color: rgb(196,73,117); }
div.DivClassName
{
background-color: #C44975;
}
.BgClassName
{
background-color: #C44975;
}
</style>
border-color css
<style>
span { border-color: #C44975; }
span { border-color: rgb(196,73,117); }
td.TdClassName
{
border-color: #C44975;
}
.TagClassName
{
border-color: #C44975;
}
</style>