Shades of Royal Heath #C23973
Tints of Royal Heath #C23973
RGB
CMYK
RGB Variations
Color information
#C23973 (or 0xC23973) is known color: Royal Heath. HEX triplet: C2, 39 and 73. RGB value is (194,57,115). Sum of RGB (Red+Green+Blue) = 194+57+115=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23973 is #3DC68C. Grayscale: #686868. Windows color (decimal): -4048525 or 7551426. OLE color: 7551426.
HSL color Cylindrical-coordinate representation of color #C23973: hue angle of 334.6º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23973 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 115 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.24 |
| HSL | 334.6º | 0.55% | 0.49% | - |
| HSV(B) | 334.6º | 0.71% | 0.76% | - |
| XYZ | 26.81 | 15.63 | 17.82 | - |
| YUV | 104.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 115 | 0 | 0.71 | 0.41 | 0.24 | 334.6 | 0.55 | 0.49 |
| Hex | C2 | 39 | 73 | 0 | 47 | 29 | 18 | 14F | 37 | 31 |
| Octal | 302 | 71 | 163 | 0 | 107 | 51 | 30 | 517 | 67 | 61 |
| Binary | 11000010 | 111001 | 1110011 | 0 | 1000111 | 101001 | 11000 | 101001111 | 110111 | 110001 |
Color Harmonies of #C23973
Complementary color
Monochromatic Colors of #C23973
Black with #C23973
Text Example
Text Example
White with #C23973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23973; }
p { color: rgb(194,57,115); }
H1.HeaderClassName
{
color: #C23973;
}
.AnyTagClassName
{
color: #C23973;
}
</style>
background-color css
<style>
a { background-color: #C23973; }
a { background-color: rgb(194,57,115); }
div.DivClassName
{
background-color: #C23973;
}
.BgClassName
{
background-color: #C23973;
}
</style>
border-color css
<style>
span { border-color: #C23973; }
span { border-color: rgb(194,57,115); }
td.TdClassName
{
border-color: #C23973;
}
.TagClassName
{
border-color: #C23973;
}
</style>