Shades of Ruby #CE0B6B
Tints of Ruby #CE0B6B
RGB
CMYK
RGB Variations
Color information
#CE0B6B (or 0xCE0B6B) is known color: Ruby. HEX triplet: CE, 0B and 6B. RGB value is (206,11,107). Sum of RGB (Red+Green+Blue) = 206+11+107=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0B6B is #31F494. Grayscale: #505050. Windows color (decimal): -3273877 or 7015374. OLE color: 7015374.
HSL color Cylindrical-coordinate representation of color #CE0B6B: hue angle of 330.46º 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 #CE0B6B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 107 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.19 |
| HSL | 330.46º | 0.9% | 0.43% | - |
| HSV(B) | 330.46º | 0.95% | 0.81% | - |
| XYZ | 28.23 | 14.42 | 15.21 | - |
| YUV | 80.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 107 | 0 | 0.95 | 0.48 | 0.19 | 330.46 | 0.9 | 0.43 |
| Hex | CE | B | 6B | 0 | 5F | 30 | 13 | 14A | 5A | 2B |
| Octal | 316 | 13 | 153 | 0 | 137 | 60 | 23 | 512 | 132 | 53 |
| Binary | 11001110 | 1011 | 1101011 | 0 | 1011111 | 110000 | 10011 | 101001010 | 1011010 | 101011 |
Color Harmonies of #CE0B6B
Complementary color
Monochromatic Colors of #CE0B6B
Black with #CE0B6B
Text Example
Text Example
White with #CE0B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0B6B; }
p { color: rgb(206,11,107); }
H1.HeaderClassName
{
color: #CE0B6B;
}
.AnyTagClassName
{
color: #CE0B6B;
}
</style>
background-color css
<style>
a { background-color: #CE0B6B; }
a { background-color: rgb(206,11,107); }
div.DivClassName
{
background-color: #CE0B6B;
}
.BgClassName
{
background-color: #CE0B6B;
}
</style>
border-color css
<style>
span { border-color: #CE0B6B; }
span { border-color: rgb(206,11,107); }
td.TdClassName
{
border-color: #CE0B6B;
}
.TagClassName
{
border-color: #CE0B6B;
}
</style>