Shades of Ruby #CE0A65
Tints of Ruby #CE0A65
RGB
CMYK
RGB Variations
Color information
#CE0A65 (or 0xCE0A65) is known color: Ruby. HEX triplet: CE, 0A and 65. RGB value is (206,10,101). Sum of RGB (Red+Green+Blue) = 206+10+101=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A65 is #31F59A. Grayscale: #4E4E4E. Windows color (decimal): -3274139 or 6621902. OLE color: 6621902.
HSL color Cylindrical-coordinate representation of color #CE0A65: hue angle of 332.14º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A65 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 101 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.19 |
| HSL | 332.14º | 0.91% | 0.42% | - |
| HSV(B) | 332.14º | 0.95% | 0.81% | - |
| XYZ | 27.91 | 14.28 | 13.6 | - |
| YUV | 78.98 | 140.43 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 101 | 0 | 0.95 | 0.51 | 0.19 | 332.14 | 0.91 | 0.42 |
| Hex | CE | A | 65 | 0 | 5F | 33 | 13 | 14C | 5B | 2A |
| Octal | 316 | 12 | 145 | 0 | 137 | 63 | 23 | 514 | 133 | 52 |
| Binary | 11001110 | 1010 | 1100101 | 0 | 1011111 | 110011 | 10011 | 101001100 | 1011011 | 101010 |
Color Harmonies of #CE0A65
Complementary color
Monochromatic Colors of #CE0A65
Black with #CE0A65
Text Example
Text Example
White with #CE0A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A65; }
p { color: rgb(206,10,101); }
H1.HeaderClassName
{
color: #CE0A65;
}
.AnyTagClassName
{
color: #CE0A65;
}
</style>
background-color css
<style>
a { background-color: #CE0A65; }
a { background-color: rgb(206,10,101); }
div.DivClassName
{
background-color: #CE0A65;
}
.BgClassName
{
background-color: #CE0A65;
}
</style>
border-color css
<style>
span { border-color: #CE0A65; }
span { border-color: rgb(206,10,101); }
td.TdClassName
{
border-color: #CE0A65;
}
.TagClassName
{
border-color: #CE0A65;
}
</style>