Shades of Ruby #CE0663
Tints of Ruby #CE0663
RGB
CMYK
RGB Variations
Color information
#CE0663 (or 0xCE0663) is known color: Ruby. HEX triplet: CE, 06 and 63. RGB value is (206,6,99). Sum of RGB (Red+Green+Blue) = 206+6+99=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0663 is #31F99C. Grayscale: #4C4C4C. Windows color (decimal): -3275165 or 6489806. OLE color: 6489806.
HSL color Cylindrical-coordinate representation of color #CE0663: hue angle of 332.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0663 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.19 |
| HSL | 332.1º | 0.94% | 0.42% | - |
| HSV(B) | 332.1º | 0.97% | 0.81% | - |
| XYZ | 27.77 | 14.15 | 13.07 | - |
| YUV | 76.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 99 | 0 | 0.97 | 0.52 | 0.19 | 332.1 | 0.94 | 0.42 |
| Hex | CE | 6 | 63 | 0 | 61 | 34 | 13 | 14C | 5E | 2A |
| Octal | 316 | 6 | 143 | 0 | 141 | 64 | 23 | 514 | 136 | 52 |
| Binary | 11001110 | 110 | 1100011 | 0 | 1100001 | 110100 | 10011 | 101001100 | 1011110 | 101010 |
Color Harmonies of #CE0663
Complementary color
Monochromatic Colors of #CE0663
Black with #CE0663
Text Example
Text Example
White with #CE0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0663; }
p { color: rgb(206,6,99); }
H1.HeaderClassName
{
color: #CE0663;
}
.AnyTagClassName
{
color: #CE0663;
}
</style>
background-color css
<style>
a { background-color: #CE0663; }
a { background-color: rgb(206,6,99); }
div.DivClassName
{
background-color: #CE0663;
}
.BgClassName
{
background-color: #CE0663;
}
</style>
border-color css
<style>
span { border-color: #CE0663; }
span { border-color: rgb(206,6,99); }
td.TdClassName
{
border-color: #CE0663;
}
.TagClassName
{
border-color: #CE0663;
}
</style>