Shades of Ruby #CE0866
Tints of Ruby #CE0866
RGB
CMYK
RGB Variations
Color information
#CE0866 (or 0xCE0866) is known color: Ruby. HEX triplet: CE, 08 and 66. RGB value is (206,8,102). Sum of RGB (Red+Green+Blue) = 206+8+102=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0866 is #31F799. Grayscale: #4D4D4D. Windows color (decimal): -3274650 or 6686926. OLE color: 6686926.
HSL color Cylindrical-coordinate representation of color #CE0866: hue angle of 331.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0866 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.19 |
| HSL | 331.52º | 0.93% | 0.42% | - |
| HSV(B) | 331.52º | 0.96% | 0.81% | - |
| XYZ | 27.94 | 14.25 | 13.85 | - |
| YUV | 77.92 | 141.6 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 102 | 0 | 0.96 | 0.50 | 0.19 | 331.52 | 0.93 | 0.42 |
| Hex | CE | 8 | 66 | 0 | 60 | 32 | 13 | 14C | 5D | 2A |
| Octal | 316 | 10 | 146 | 0 | 140 | 62 | 23 | 514 | 135 | 52 |
| Binary | 11001110 | 1000 | 1100110 | 0 | 1100000 | 110010 | 10011 | 101001100 | 1011101 | 101010 |
Color Harmonies of #CE0866
Complementary color
Monochromatic Colors of #CE0866
Black with #CE0866
Text Example
Text Example
White with #CE0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0866; }
p { color: rgb(206,8,102); }
H1.HeaderClassName
{
color: #CE0866;
}
.AnyTagClassName
{
color: #CE0866;
}
</style>
background-color css
<style>
a { background-color: #CE0866; }
a { background-color: rgb(206,8,102); }
div.DivClassName
{
background-color: #CE0866;
}
.BgClassName
{
background-color: #CE0866;
}
</style>
border-color css
<style>
span { border-color: #CE0866; }
span { border-color: rgb(206,8,102); }
td.TdClassName
{
border-color: #CE0866;
}
.TagClassName
{
border-color: #CE0866;
}
</style>