Shades of Ruby #CE1266
Tints of Ruby #CE1266
RGB
CMYK
RGB Variations
Color information
#CE1266 (or 0xCE1266) is known color: Ruby. HEX triplet: CE, 12 and 66. RGB value is (206,18,102). Sum of RGB (Red+Green+Blue) = 206+18+102=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1266 is #31ED99. Grayscale: #535353. Windows color (decimal): -3272090 or 6689486. OLE color: 6689486.
HSL color Cylindrical-coordinate representation of color #CE1266: hue angle of 333.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1266 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 102 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.19 |
| HSL | 333.19º | 0.84% | 0.44% | - |
| HSV(B) | 333.19º | 0.91% | 0.81% | - |
| XYZ | 28.07 | 14.51 | 13.89 | - |
| YUV | 83.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 102 | 0 | 0.91 | 0.50 | 0.19 | 333.19 | 0.84 | 0.44 |
| Hex | CE | 12 | 66 | 0 | 5B | 32 | 13 | 14D | 54 | 2C |
| Octal | 316 | 22 | 146 | 0 | 133 | 62 | 23 | 515 | 124 | 54 |
| Binary | 11001110 | 10010 | 1100110 | 0 | 1011011 | 110010 | 10011 | 101001101 | 1010100 | 101100 |
Color Harmonies of #CE1266
Complementary color
Monochromatic Colors of #CE1266
Black with #CE1266
Text Example
Text Example
White with #CE1266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1266; }
p { color: rgb(206,18,102); }
H1.HeaderClassName
{
color: #CE1266;
}
.AnyTagClassName
{
color: #CE1266;
}
</style>
background-color css
<style>
a { background-color: #CE1266; }
a { background-color: rgb(206,18,102); }
div.DivClassName
{
background-color: #CE1266;
}
.BgClassName
{
background-color: #CE1266;
}
</style>
border-color css
<style>
span { border-color: #CE1266; }
span { border-color: rgb(206,18,102); }
td.TdClassName
{
border-color: #CE1266;
}
.TagClassName
{
border-color: #CE1266;
}
</style>