Shades of Royal Heath #C23B66
Tints of Royal Heath #C23B66
RGB
CMYK
RGB Variations
Color information
#C23B66 (or 0xC23B66) is known color: Royal Heath. HEX triplet: C2, 3B and 66. RGB value is (194,59,102). Sum of RGB (Red+Green+Blue) = 194+59+102=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B66 is #3DC499. Grayscale: #686868. Windows color (decimal): -4048026 or 6699970. OLE color: 6699970.
HSL color Cylindrical-coordinate representation of color #C23B66: hue angle of 340.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B66 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 102 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.24 |
| HSL | 340.89º | 0.53% | 0.5% | - |
| HSV(B) | 340.89º | 0.7% | 0.76% | - |
| XYZ | 26.21 | 15.56 | 14.19 | - |
| YUV | 104.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 102 | 0 | 0.70 | 0.47 | 0.24 | 340.89 | 0.53 | 0.5 |
| Hex | C2 | 3B | 66 | 0 | 46 | 2F | 18 | 155 | 35 | 32 |
| Octal | 302 | 73 | 146 | 0 | 106 | 57 | 30 | 525 | 65 | 62 |
| Binary | 11000010 | 111011 | 1100110 | 0 | 1000110 | 101111 | 11000 | 101010101 | 110101 | 110010 |
Color Harmonies of #C23B66
Complementary color
Monochromatic Colors of #C23B66
Black with #C23B66
Text Example
Text Example
White with #C23B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B66; }
p { color: rgb(194,59,102); }
H1.HeaderClassName
{
color: #C23B66;
}
.AnyTagClassName
{
color: #C23B66;
}
</style>
background-color css
<style>
a { background-color: #C23B66; }
a { background-color: rgb(194,59,102); }
div.DivClassName
{
background-color: #C23B66;
}
.BgClassName
{
background-color: #C23B66;
}
</style>
border-color css
<style>
span { border-color: #C23B66; }
span { border-color: rgb(194,59,102); }
td.TdClassName
{
border-color: #C23B66;
}
.TagClassName
{
border-color: #C23B66;
}
</style>