Shades of Royal Heath #C23A72
Tints of Royal Heath #C23A72
RGB
CMYK
RGB Variations
Color information
#C23A72 (or 0xC23A72) is known color: Royal Heath. HEX triplet: C2, 3A and 72. RGB value is (194,58,114). Sum of RGB (Red+Green+Blue) = 194+58+114=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A72 is #3DC58D. Grayscale: #686868. Windows color (decimal): -4048270 or 7486146. OLE color: 7486146.
HSL color Cylindrical-coordinate representation of color #C23A72: hue angle of 335.29º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A72 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 114 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.24 |
| HSL | 335.29º | 0.54% | 0.49% | - |
| HSV(B) | 335.29º | 0.7% | 0.76% | - |
| XYZ | 26.8 | 15.71 | 17.54 | - |
| YUV | 105.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 114 | 0 | 0.70 | 0.41 | 0.24 | 335.29 | 0.54 | 0.49 |
| Hex | C2 | 3A | 72 | 0 | 46 | 29 | 18 | 14F | 36 | 31 |
| Octal | 302 | 72 | 162 | 0 | 106 | 51 | 30 | 517 | 66 | 61 |
| Binary | 11000010 | 111010 | 1110010 | 0 | 1000110 | 101001 | 11000 | 101001111 | 110110 | 110001 |
Color Harmonies of #C23A72
Complementary color
Monochromatic Colors of #C23A72
Black with #C23A72
Text Example
Text Example
White with #C23A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A72; }
p { color: rgb(194,58,114); }
H1.HeaderClassName
{
color: #C23A72;
}
.AnyTagClassName
{
color: #C23A72;
}
</style>
background-color css
<style>
a { background-color: #C23A72; }
a { background-color: rgb(194,58,114); }
div.DivClassName
{
background-color: #C23A72;
}
.BgClassName
{
background-color: #C23A72;
}
</style>
border-color css
<style>
span { border-color: #C23A72; }
span { border-color: rgb(194,58,114); }
td.TdClassName
{
border-color: #C23A72;
}
.TagClassName
{
border-color: #C23A72;
}
</style>