Shades of Ruby #CE0B65
Tints of Ruby #CE0B65
RGB
CMYK
RGB Variations
Color information
#CE0B65 (or 0xCE0B65) is known color: Ruby. HEX triplet: CE, 0B and 65. RGB value is (206,11,101). Sum of RGB (Red+Green+Blue) = 206+11+101=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0B65 is #31F49A. Grayscale: #4F4F4F. Windows color (decimal): -3273883 or 6622158. OLE color: 6622158.
HSL color Cylindrical-coordinate representation of color #CE0B65: hue angle of 332.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B65 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 101 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.19 |
| HSL | 332.31º | 0.9% | 0.43% | - |
| HSV(B) | 332.31º | 0.95% | 0.81% | - |
| XYZ | 27.92 | 14.3 | 13.6 | - |
| YUV | 79.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 101 | 0 | 0.95 | 0.51 | 0.19 | 332.31 | 0.9 | 0.43 |
| Hex | CE | B | 65 | 0 | 5F | 33 | 13 | 14C | 5A | 2B |
| Octal | 316 | 13 | 145 | 0 | 137 | 63 | 23 | 514 | 132 | 53 |
| Binary | 11001110 | 1011 | 1100101 | 0 | 1011111 | 110011 | 10011 | 101001100 | 1011010 | 101011 |
Color Harmonies of #CE0B65
Complementary color
Monochromatic Colors of #CE0B65
Black with #CE0B65
Text Example
Text Example
White with #CE0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B65; }
p { color: rgb(206,11,101); }
H1.HeaderClassName
{
color: #CE0B65;
}
.AnyTagClassName
{
color: #CE0B65;
}
</style>
background-color css
<style>
a { background-color: #CE0B65; }
a { background-color: rgb(206,11,101); }
div.DivClassName
{
background-color: #CE0B65;
}
.BgClassName
{
background-color: #CE0B65;
}
</style>
border-color css
<style>
span { border-color: #CE0B65; }
span { border-color: rgb(206,11,101); }
td.TdClassName
{
border-color: #CE0B65;
}
.TagClassName
{
border-color: #CE0B65;
}
</style>