Shades of Royal Heath #C23C70
Tints of Royal Heath #C23C70
RGB
CMYK
RGB Variations
Color information
#C23C70 (or 0xC23C70) is known color: Royal Heath. HEX triplet: C2, 3C and 70. RGB value is (194,60,112). Sum of RGB (Red+Green+Blue) = 194+60+112=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C70 is #3DC38F. Grayscale: #696969. Windows color (decimal): -4047760 or 7355586. OLE color: 7355586.
HSL color Cylindrical-coordinate representation of color #C23C70: hue angle of 336.72º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C70 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 112 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.24 |
| HSL | 336.72º | 0.53% | 0.5% | - |
| HSV(B) | 336.72º | 0.69% | 0.76% | - |
| XYZ | 26.79 | 15.87 | 16.98 | - |
| YUV | 105.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 112 | 0 | 0.69 | 0.42 | 0.24 | 336.72 | 0.53 | 0.5 |
| Hex | C2 | 3C | 70 | 0 | 45 | 2A | 18 | 151 | 35 | 32 |
| Octal | 302 | 74 | 160 | 0 | 105 | 52 | 30 | 521 | 65 | 62 |
| Binary | 11000010 | 111100 | 1110000 | 0 | 1000101 | 101010 | 11000 | 101010001 | 110101 | 110010 |
Color Harmonies of #C23C70
Complementary color
Monochromatic Colors of #C23C70
Black with #C23C70
Text Example
Text Example
White with #C23C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C70; }
p { color: rgb(194,60,112); }
H1.HeaderClassName
{
color: #C23C70;
}
.AnyTagClassName
{
color: #C23C70;
}
</style>
background-color css
<style>
a { background-color: #C23C70; }
a { background-color: rgb(194,60,112); }
div.DivClassName
{
background-color: #C23C70;
}
.BgClassName
{
background-color: #C23C70;
}
</style>
border-color css
<style>
span { border-color: #C23C70; }
span { border-color: rgb(194,60,112); }
td.TdClassName
{
border-color: #C23C70;
}
.TagClassName
{
border-color: #C23C70;
}
</style>