Shades of Ruby #CE0862
Tints of Ruby #CE0862
RGB
CMYK
RGB Variations
Color information
#CE0862 (or 0xCE0862) is known color: Ruby. HEX triplet: CE, 08 and 62. RGB value is (206,8,98). Sum of RGB (Red+Green+Blue) = 206+8+98=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0862 is #31F79D. Grayscale: #4D4D4D. Windows color (decimal): -3274654 or 6424782. OLE color: 6424782.
HSL color Cylindrical-coordinate representation of color #CE0862: hue angle of 332.73º 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 #CE0862 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.19 |
| HSL | 332.73º | 0.93% | 0.42% | - |
| HSV(B) | 332.73º | 0.96% | 0.81% | - |
| XYZ | 27.75 | 14.18 | 12.83 | - |
| YUV | 77.46 | 139.6 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 98 | 0 | 0.96 | 0.52 | 0.19 | 332.73 | 0.93 | 0.42 |
| Hex | CE | 8 | 62 | 0 | 60 | 34 | 13 | 14D | 5D | 2A |
| Octal | 316 | 10 | 142 | 0 | 140 | 64 | 23 | 515 | 135 | 52 |
| Binary | 11001110 | 1000 | 1100010 | 0 | 1100000 | 110100 | 10011 | 101001101 | 1011101 | 101010 |
Color Harmonies of #CE0862
Complementary color
Monochromatic Colors of #CE0862
Black with #CE0862
Text Example
Text Example
White with #CE0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0862; }
p { color: rgb(206,8,98); }
H1.HeaderClassName
{
color: #CE0862;
}
.AnyTagClassName
{
color: #CE0862;
}
</style>
background-color css
<style>
a { background-color: #CE0862; }
a { background-color: rgb(206,8,98); }
div.DivClassName
{
background-color: #CE0862;
}
.BgClassName
{
background-color: #CE0862;
}
</style>
border-color css
<style>
span { border-color: #CE0862; }
span { border-color: rgb(206,8,98); }
td.TdClassName
{
border-color: #CE0862;
}
.TagClassName
{
border-color: #CE0862;
}
</style>