Shades of Ruby #CE1660
Tints of Ruby #CE1660
RGB
CMYK
RGB Variations
Color information
#CE1660 (or 0xCE1660) is known color: Ruby. HEX triplet: CE, 16 and 60. RGB value is (206,22,96). Sum of RGB (Red+Green+Blue) = 206+22+96=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1660 is #31E99F. Grayscale: #555555. Windows color (decimal): -3271072 or 6297294. OLE color: 6297294.
HSL color Cylindrical-coordinate representation of color #CE1660: hue angle of 335.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1660 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 96 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.19 |
| HSL | 335.87º | 0.81% | 0.45% | - |
| HSV(B) | 335.87º | 0.89% | 0.81% | - |
| XYZ | 27.85 | 14.54 | 12.4 | - |
| YUV | 85.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 96 | 0 | 0.89 | 0.53 | 0.19 | 335.87 | 0.81 | 0.45 |
| Hex | CE | 16 | 60 | 0 | 59 | 35 | 13 | 150 | 51 | 2D |
| Octal | 316 | 26 | 140 | 0 | 131 | 65 | 23 | 520 | 121 | 55 |
| Binary | 11001110 | 10110 | 1100000 | 0 | 1011001 | 110101 | 10011 | 101010000 | 1010001 | 101101 |
Color Harmonies of #CE1660
Complementary color
Monochromatic Colors of #CE1660
Black with #CE1660
Text Example
Text Example
White with #CE1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1660; }
p { color: rgb(206,22,96); }
H1.HeaderClassName
{
color: #CE1660;
}
.AnyTagClassName
{
color: #CE1660;
}
</style>
background-color css
<style>
a { background-color: #CE1660; }
a { background-color: rgb(206,22,96); }
div.DivClassName
{
background-color: #CE1660;
}
.BgClassName
{
background-color: #CE1660;
}
</style>
border-color css
<style>
span { border-color: #CE1660; }
span { border-color: rgb(206,22,96); }
td.TdClassName
{
border-color: #CE1660;
}
.TagClassName
{
border-color: #CE1660;
}
</style>