Shades of Royal Heath #C23C66
Tints of Royal Heath #C23C66
RGB
CMYK
RGB Variations
Color information
#C23C66 (or 0xC23C66) is known color: Royal Heath. HEX triplet: C2, 3C and 66. RGB value is (194,60,102). Sum of RGB (Red+Green+Blue) = 194+60+102=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C66 is #3DC399. Grayscale: #686868. Windows color (decimal): -4047770 or 6700226. OLE color: 6700226.
HSL color Cylindrical-coordinate representation of color #C23C66: hue angle of 341.19º 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 #C23C66 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 102 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.24 |
| HSL | 341.19º | 0.53% | 0.5% | - |
| HSV(B) | 341.19º | 0.69% | 0.76% | - |
| XYZ | 26.26 | 15.66 | 14.21 | - |
| YUV | 104.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 102 | 0 | 0.69 | 0.47 | 0.24 | 341.19 | 0.53 | 0.5 |
| Hex | C2 | 3C | 66 | 0 | 45 | 2F | 18 | 155 | 35 | 32 |
| Octal | 302 | 74 | 146 | 0 | 105 | 57 | 30 | 525 | 65 | 62 |
| Binary | 11000010 | 111100 | 1100110 | 0 | 1000101 | 101111 | 11000 | 101010101 | 110101 | 110010 |
Color Harmonies of #C23C66
Complementary color
Monochromatic Colors of #C23C66
Black with #C23C66
Text Example
Text Example
White with #C23C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C66; }
p { color: rgb(194,60,102); }
H1.HeaderClassName
{
color: #C23C66;
}
.AnyTagClassName
{
color: #C23C66;
}
</style>
background-color css
<style>
a { background-color: #C23C66; }
a { background-color: rgb(194,60,102); }
div.DivClassName
{
background-color: #C23C66;
}
.BgClassName
{
background-color: #C23C66;
}
</style>
border-color css
<style>
span { border-color: #C23C66; }
span { border-color: rgb(194,60,102); }
td.TdClassName
{
border-color: #C23C66;
}
.TagClassName
{
border-color: #C23C66;
}
</style>