Shades of Ruby #CE1768
Tints of Ruby #CE1768
RGB
CMYK
RGB Variations
Color information
#CE1768 (or 0xCE1768) is known color: Ruby. HEX triplet: CE, 17 and 68. RGB value is (206,23,104). Sum of RGB (Red+Green+Blue) = 206+23+104=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1768 is #31E897. Grayscale: #565656. Windows color (decimal): -3270808 or 6821838. OLE color: 6821838.
HSL color Cylindrical-coordinate representation of color #CE1768: hue angle of 333.44º degrees, saturation: 0.8, 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 #CE1768 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 104 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.19 |
| HSL | 333.44º | 0.8% | 0.45% | - |
| HSV(B) | 333.44º | 0.89% | 0.81% | - |
| XYZ | 28.26 | 14.73 | 14.45 | - |
| YUV | 86.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 104 | 0 | 0.89 | 0.50 | 0.19 | 333.44 | 0.8 | 0.45 |
| Hex | CE | 17 | 68 | 0 | 59 | 32 | 13 | 14D | 50 | 2D |
| Octal | 316 | 27 | 150 | 0 | 131 | 62 | 23 | 515 | 120 | 55 |
| Binary | 11001110 | 10111 | 1101000 | 0 | 1011001 | 110010 | 10011 | 101001101 | 1010000 | 101101 |
Color Harmonies of #CE1768
Complementary color
Monochromatic Colors of #CE1768
Black with #CE1768
Text Example
Text Example
White with #CE1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1768; }
p { color: rgb(206,23,104); }
H1.HeaderClassName
{
color: #CE1768;
}
.AnyTagClassName
{
color: #CE1768;
}
</style>
background-color css
<style>
a { background-color: #CE1768; }
a { background-color: rgb(206,23,104); }
div.DivClassName
{
background-color: #CE1768;
}
.BgClassName
{
background-color: #CE1768;
}
</style>
border-color css
<style>
span { border-color: #CE1768; }
span { border-color: rgb(206,23,104); }
td.TdClassName
{
border-color: #CE1768;
}
.TagClassName
{
border-color: #CE1768;
}
</style>