Shades of Ruby #CE0A6B
Tints of Ruby #CE0A6B
RGB
CMYK
RGB Variations
Color information
#CE0A6B (or 0xCE0A6B) is known color: Ruby. HEX triplet: CE, 0A and 6B. RGB value is (206,10,107). Sum of RGB (Red+Green+Blue) = 206+10+107=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A6B is #31F594. Grayscale: #4F4F4F. Windows color (decimal): -3274133 or 7015118. OLE color: 7015118.
HSL color Cylindrical-coordinate representation of color #CE0A6B: hue angle of 330.31º 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 #CE0A6B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 107 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.19 |
| HSL | 330.31º | 0.91% | 0.42% | - |
| HSV(B) | 330.31º | 0.95% | 0.81% | - |
| XYZ | 28.22 | 14.4 | 15.2 | - |
| YUV | 79.66 | 143.43 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 107 | 0 | 0.95 | 0.48 | 0.19 | 330.31 | 0.91 | 0.42 |
| Hex | CE | A | 6B | 0 | 5F | 30 | 13 | 14A | 5B | 2A |
| Octal | 316 | 12 | 153 | 0 | 137 | 60 | 23 | 512 | 133 | 52 |
| Binary | 11001110 | 1010 | 1101011 | 0 | 1011111 | 110000 | 10011 | 101001010 | 1011011 | 101010 |
Color Harmonies of #CE0A6B
Complementary color
Monochromatic Colors of #CE0A6B
Black with #CE0A6B
Text Example
Text Example
White with #CE0A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A6B; }
p { color: rgb(206,10,107); }
H1.HeaderClassName
{
color: #CE0A6B;
}
.AnyTagClassName
{
color: #CE0A6B;
}
</style>
background-color css
<style>
a { background-color: #CE0A6B; }
a { background-color: rgb(206,10,107); }
div.DivClassName
{
background-color: #CE0A6B;
}
.BgClassName
{
background-color: #CE0A6B;
}
</style>
border-color css
<style>
span { border-color: #CE0A6B; }
span { border-color: rgb(206,10,107); }
td.TdClassName
{
border-color: #CE0A6B;
}
.TagClassName
{
border-color: #CE0A6B;
}
</style>