Shades of Ruby #CE1160
Tints of Ruby #CE1160
RGB
CMYK
RGB Variations
Color information
#CE1160 (or 0xCE1160) is known color: Ruby. HEX triplet: CE, 11 and 60. RGB value is (206,17,96). Sum of RGB (Red+Green+Blue) = 206+17+96=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1160 is #31EE9F. Grayscale: #525252. Windows color (decimal): -3272352 or 6296014. OLE color: 6296014.
HSL color Cylindrical-coordinate representation of color #CE1160: hue angle of 334.92º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1160 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 96 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.19 |
| HSL | 334.92º | 0.85% | 0.44% | - |
| HSV(B) | 334.92º | 0.92% | 0.81% | - |
| XYZ | 27.77 | 14.37 | 12.38 | - |
| YUV | 82.52 | 135.62 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 96 | 0 | 0.92 | 0.53 | 0.19 | 334.92 | 0.85 | 0.44 |
| Hex | CE | 11 | 60 | 0 | 5C | 35 | 13 | 14F | 55 | 2C |
| Octal | 316 | 21 | 140 | 0 | 134 | 65 | 23 | 517 | 125 | 54 |
| Binary | 11001110 | 10001 | 1100000 | 0 | 1011100 | 110101 | 10011 | 101001111 | 1010101 | 101100 |
Color Harmonies of #CE1160
Complementary color
Monochromatic Colors of #CE1160
Black with #CE1160
Text Example
Text Example
White with #CE1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1160; }
p { color: rgb(206,17,96); }
H1.HeaderClassName
{
color: #CE1160;
}
.AnyTagClassName
{
color: #CE1160;
}
</style>
background-color css
<style>
a { background-color: #CE1160; }
a { background-color: rgb(206,17,96); }
div.DivClassName
{
background-color: #CE1160;
}
.BgClassName
{
background-color: #CE1160;
}
</style>
border-color css
<style>
span { border-color: #CE1160; }
span { border-color: rgb(206,17,96); }
td.TdClassName
{
border-color: #CE1160;
}
.TagClassName
{
border-color: #CE1160;
}
</style>