Shades of Ruby #CE0662
Tints of Ruby #CE0662
RGB
CMYK
RGB Variations
Color information
#CE0662 (or 0xCE0662) is known color: Ruby. HEX triplet: CE, 06 and 62. RGB value is (206,6,98). Sum of RGB (Red+Green+Blue) = 206+6+98=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0662 is #31F99D. Grayscale: #4C4C4C. Windows color (decimal): -3275166 or 6424270. OLE color: 6424270.
HSL color Cylindrical-coordinate representation of color #CE0662: hue angle of 332.4º 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 #CE0662 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 98 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.19 |
| HSL | 332.4º | 0.94% | 0.42% | - |
| HSV(B) | 332.4º | 0.97% | 0.81% | - |
| XYZ | 27.72 | 14.13 | 12.82 | - |
| YUV | 76.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 98 | 0 | 0.97 | 0.52 | 0.19 | 332.4 | 0.94 | 0.42 |
| Hex | CE | 6 | 62 | 0 | 61 | 34 | 13 | 14C | 5E | 2A |
| Octal | 316 | 6 | 142 | 0 | 141 | 64 | 23 | 514 | 136 | 52 |
| Binary | 11001110 | 110 | 1100010 | 0 | 1100001 | 110100 | 10011 | 101001100 | 1011110 | 101010 |
Color Harmonies of #CE0662
Complementary color
Monochromatic Colors of #CE0662
Black with #CE0662
Text Example
Text Example
White with #CE0662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0662; }
p { color: rgb(206,6,98); }
H1.HeaderClassName
{
color: #CE0662;
}
.AnyTagClassName
{
color: #CE0662;
}
</style>
background-color css
<style>
a { background-color: #CE0662; }
a { background-color: rgb(206,6,98); }
div.DivClassName
{
background-color: #CE0662;
}
.BgClassName
{
background-color: #CE0662;
}
</style>
border-color css
<style>
span { border-color: #CE0662; }
span { border-color: rgb(206,6,98); }
td.TdClassName
{
border-color: #CE0662;
}
.TagClassName
{
border-color: #CE0662;
}
</style>