Shades of Royal Heath #C23A75
Tints of Royal Heath #C23A75
RGB
CMYK
RGB Variations
Color information
#C23A75 (or 0xC23A75) is known color: Royal Heath. HEX triplet: C2, 3A and 75. RGB value is (194,58,117). Sum of RGB (Red+Green+Blue) = 194+58+117=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A75 is #3DC58A. Grayscale: #696969. Windows color (decimal): -4048267 or 7682754. OLE color: 7682754.
HSL color Cylindrical-coordinate representation of color #C23A75: hue angle of 333.97º 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 #C23A75 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 117 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.24 |
| HSL | 333.97º | 0.54% | 0.49% | - |
| HSV(B) | 333.97º | 0.7% | 0.76% | - |
| XYZ | 26.97 | 15.78 | 18.45 | - |
| YUV | 105.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 117 | 0 | 0.70 | 0.40 | 0.24 | 333.97 | 0.54 | 0.49 |
| Hex | C2 | 3A | 75 | 0 | 46 | 28 | 18 | 14E | 36 | 31 |
| Octal | 302 | 72 | 165 | 0 | 106 | 50 | 30 | 516 | 66 | 61 |
| Binary | 11000010 | 111010 | 1110101 | 0 | 1000110 | 101000 | 11000 | 101001110 | 110110 | 110001 |
Color Harmonies of #C23A75
Complementary color
Monochromatic Colors of #C23A75
Black with #C23A75
Text Example
Text Example
White with #C23A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A75; }
p { color: rgb(194,58,117); }
H1.HeaderClassName
{
color: #C23A75;
}
.AnyTagClassName
{
color: #C23A75;
}
</style>
background-color css
<style>
a { background-color: #C23A75; }
a { background-color: rgb(194,58,117); }
div.DivClassName
{
background-color: #C23A75;
}
.BgClassName
{
background-color: #C23A75;
}
</style>
border-color css
<style>
span { border-color: #C23A75; }
span { border-color: rgb(194,58,117); }
td.TdClassName
{
border-color: #C23A75;
}
.TagClassName
{
border-color: #C23A75;
}
</style>