Shades of Royal Heath #C23773
Tints of Royal Heath #C23773
RGB
CMYK
RGB Variations
Color information
#C23773 (or 0xC23773) is known color: Royal Heath. HEX triplet: C2, 37 and 73. RGB value is (194,55,115). Sum of RGB (Red+Green+Blue) = 194+55+115=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C23773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23773 is #3DC88C. Grayscale: #676767. Windows color (decimal): -4049037 or 7550914. OLE color: 7550914.
HSL color Cylindrical-coordinate representation of color #C23773: hue angle of 334.1º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23773 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 115 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.24 |
| HSL | 334.1º | 0.56% | 0.49% | - |
| HSV(B) | 334.1º | 0.72% | 0.76% | - |
| XYZ | 26.71 | 15.44 | 17.79 | - |
| YUV | 103.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 115 | 0 | 0.72 | 0.41 | 0.24 | 334.1 | 0.56 | 0.49 |
| Hex | C2 | 37 | 73 | 0 | 48 | 29 | 18 | 14E | 38 | 31 |
| Octal | 302 | 67 | 163 | 0 | 110 | 51 | 30 | 516 | 70 | 61 |
| Binary | 11000010 | 110111 | 1110011 | 0 | 1001000 | 101001 | 11000 | 101001110 | 111000 | 110001 |
Color Harmonies of #C23773
Complementary color
Monochromatic Colors of #C23773
Black with #C23773
Text Example
Text Example
White with #C23773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23773; }
p { color: rgb(194,55,115); }
H1.HeaderClassName
{
color: #C23773;
}
.AnyTagClassName
{
color: #C23773;
}
</style>
background-color css
<style>
a { background-color: #C23773; }
a { background-color: rgb(194,55,115); }
div.DivClassName
{
background-color: #C23773;
}
.BgClassName
{
background-color: #C23773;
}
</style>
border-color css
<style>
span { border-color: #C23773; }
span { border-color: rgb(194,55,115); }
td.TdClassName
{
border-color: #C23773;
}
.TagClassName
{
border-color: #C23773;
}
</style>