Shades of Ruby #CE0166
Tints of Ruby #CE0166
RGB
CMYK
RGB Variations
Color information
#CE0166 (or 0xCE0166) is known color: Ruby. HEX triplet: CE, 01 and 66. RGB value is (206,1,102). Sum of RGB (Red+Green+Blue) = 206+1+102=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0166 is #31FE99. Grayscale: #494949. Windows color (decimal): -3276442 or 6685134. OLE color: 6685134.
HSL color Cylindrical-coordinate representation of color #CE0166: hue angle of 330.44º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0166 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.19 |
| HSL | 330.44º | 0.99% | 0.41% | - |
| HSV(B) | 330.44º | 1% | 0.81% | - |
| XYZ | 27.86 | 14.1 | 13.82 | - |
| YUV | 73.81 | 143.92 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 102 | 0 | 1.00 | 0.50 | 0.19 | 330.44 | 0.99 | 0.41 |
| Hex | CE | 1 | 66 | 0 | 64 | 32 | 13 | 14A | 63 | 29 |
| Octal | 316 | 1 | 146 | 0 | 144 | 62 | 23 | 512 | 143 | 51 |
| Binary | 11001110 | 1 | 1100110 | 0 | 1100100 | 110010 | 10011 | 101001010 | 1100011 | 101001 |
Color Harmonies of #CE0166
Complementary color
Monochromatic Colors of #CE0166
Black with #CE0166
Text Example
Text Example
White with #CE0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0166; }
p { color: rgb(206,1,102); }
H1.HeaderClassName
{
color: #CE0166;
}
.AnyTagClassName
{
color: #CE0166;
}
</style>
background-color css
<style>
a { background-color: #CE0166; }
a { background-color: rgb(206,1,102); }
div.DivClassName
{
background-color: #CE0166;
}
.BgClassName
{
background-color: #CE0166;
}
</style>
border-color css
<style>
span { border-color: #CE0166; }
span { border-color: rgb(206,1,102); }
td.TdClassName
{
border-color: #CE0166;
}
.TagClassName
{
border-color: #CE0166;
}
</style>