Shades of Royal Heath #C43973
Tints of Royal Heath #C43973
RGB
CMYK
RGB Variations
Color information
#C43973 (or 0xC43973) is known color: Royal Heath. HEX triplet: C4, 39 and 73. RGB value is (196,57,115). Sum of RGB (Red+Green+Blue) = 196+57+115=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C43973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43973 is #3BC68C. Grayscale: #696969. Windows color (decimal): -3917453 or 7551428. OLE color: 7551428.
HSL color Cylindrical-coordinate representation of color #C43973: hue angle of 334.96º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43973 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 115 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.23 |
| HSL | 334.96º | 0.55% | 0.5% | - |
| HSV(B) | 334.96º | 0.71% | 0.77% | - |
| XYZ | 27.32 | 15.9 | 17.85 | - |
| YUV | 105.17 | 133.55 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 115 | 0 | 0.71 | 0.41 | 0.23 | 334.96 | 0.55 | 0.5 |
| Hex | C4 | 39 | 73 | 0 | 47 | 29 | 17 | 14F | 37 | 32 |
| Octal | 304 | 71 | 163 | 0 | 107 | 51 | 27 | 517 | 67 | 62 |
| Binary | 11000100 | 111001 | 1110011 | 0 | 1000111 | 101001 | 10111 | 101001111 | 110111 | 110010 |
Color Harmonies of #C43973
Complementary color
Monochromatic Colors of #C43973
Black with #C43973
Text Example
Text Example
White with #C43973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43973; }
p { color: rgb(196,57,115); }
H1.HeaderClassName
{
color: #C43973;
}
.AnyTagClassName
{
color: #C43973;
}
</style>
background-color css
<style>
a { background-color: #C43973; }
a { background-color: rgb(196,57,115); }
div.DivClassName
{
background-color: #C43973;
}
.BgClassName
{
background-color: #C43973;
}
</style>
border-color css
<style>
span { border-color: #C43973; }
span { border-color: rgb(196,57,115); }
td.TdClassName
{
border-color: #C43973;
}
.TagClassName
{
border-color: #C43973;
}
</style>