Shades of Royal Heath #C44875
Tints of Royal Heath #C44875
RGB
CMYK
RGB Variations
Color information
#C44875 (or 0xC44875) is known color: Royal Heath. HEX triplet: C4, 48 and 75. RGB value is (196,72,117). Sum of RGB (Red+Green+Blue) = 196+72+117=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C44875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44875 is #3BB78A. Grayscale: #727272. Windows color (decimal): -3913611 or 7686340. OLE color: 7686340.
HSL color Cylindrical-coordinate representation of color #C44875: hue angle of 338.23º 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 #C44875 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 117 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.23 |
| HSL | 338.23º | 0.51% | 0.53% | - |
| HSV(B) | 338.23º | 0.63% | 0.77% | - |
| XYZ | 28.29 | 17.65 | 18.75 | - |
| YUV | 114.21 | 129.58 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 117 | 0 | 0.63 | 0.40 | 0.23 | 338.23 | 0.51 | 0.53 |
| Hex | C4 | 48 | 75 | 0 | 3F | 28 | 17 | 152 | 33 | 35 |
| Octal | 304 | 110 | 165 | 0 | 77 | 50 | 27 | 522 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1110101 | 0 | 111111 | 101000 | 10111 | 101010010 | 110011 | 110101 |
Color Harmonies of #C44875
Complementary color
Monochromatic Colors of #C44875
Black with #C44875
Text Example
Text Example
White with #C44875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44875; }
p { color: rgb(196,72,117); }
H1.HeaderClassName
{
color: #C44875;
}
.AnyTagClassName
{
color: #C44875;
}
</style>
background-color css
<style>
a { background-color: #C44875; }
a { background-color: rgb(196,72,117); }
div.DivClassName
{
background-color: #C44875;
}
.BgClassName
{
background-color: #C44875;
}
</style>
border-color css
<style>
span { border-color: #C44875; }
span { border-color: rgb(196,72,117); }
td.TdClassName
{
border-color: #C44875;
}
.TagClassName
{
border-color: #C44875;
}
</style>