Shades of Ruby #CE1668
Tints of Ruby #CE1668
RGB
CMYK
RGB Variations
Color information
#CE1668 (or 0xCE1668) is known color: Ruby. HEX triplet: CE, 16 and 68. RGB value is (206,22,104). Sum of RGB (Red+Green+Blue) = 206+22+104=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1668 is #31E997. Grayscale: #565656. Windows color (decimal): -3271064 or 6821582. OLE color: 6821582.
HSL color Cylindrical-coordinate representation of color #CE1668: hue angle of 333.26º 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 #CE1668 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 104 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.19 |
| HSL | 333.26º | 0.81% | 0.45% | - |
| HSV(B) | 333.26º | 0.89% | 0.81% | - |
| XYZ | 28.24 | 14.7 | 14.44 | - |
| YUV | 86.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 104 | 0 | 0.89 | 0.50 | 0.19 | 333.26 | 0.81 | 0.45 |
| Hex | CE | 16 | 68 | 0 | 59 | 32 | 13 | 14D | 51 | 2D |
| Octal | 316 | 26 | 150 | 0 | 131 | 62 | 23 | 515 | 121 | 55 |
| Binary | 11001110 | 10110 | 1101000 | 0 | 1011001 | 110010 | 10011 | 101001101 | 1010001 | 101101 |
Color Harmonies of #CE1668
Complementary color
Monochromatic Colors of #CE1668
Black with #CE1668
Text Example
Text Example
White with #CE1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1668; }
p { color: rgb(206,22,104); }
H1.HeaderClassName
{
color: #CE1668;
}
.AnyTagClassName
{
color: #CE1668;
}
</style>
background-color css
<style>
a { background-color: #CE1668; }
a { background-color: rgb(206,22,104); }
div.DivClassName
{
background-color: #CE1668;
}
.BgClassName
{
background-color: #CE1668;
}
</style>
border-color css
<style>
span { border-color: #CE1668; }
span { border-color: rgb(206,22,104); }
td.TdClassName
{
border-color: #CE1668;
}
.TagClassName
{
border-color: #CE1668;
}
</style>