Shades of Ruby #CE0D6B
Tints of Ruby #CE0D6B
RGB
CMYK
RGB Variations
Color information
#CE0D6B (or 0xCE0D6B) is known color: Ruby. HEX triplet: CE, 0D and 6B. RGB value is (206,13,107). Sum of RGB (Red+Green+Blue) = 206+13+107=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D6B is #31F294. Grayscale: #515151. Windows color (decimal): -3273365 or 7015886. OLE color: 7015886.
HSL color Cylindrical-coordinate representation of color #CE0D6B: hue angle of 330.78º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D6B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.19 |
| HSL | 330.78º | 0.88% | 0.43% | - |
| HSV(B) | 330.78º | 0.94% | 0.81% | - |
| XYZ | 28.25 | 14.47 | 15.21 | - |
| YUV | 81.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 107 | 0 | 0.94 | 0.48 | 0.19 | 330.78 | 0.88 | 0.43 |
| Hex | CE | D | 6B | 0 | 5E | 30 | 13 | 14B | 58 | 2B |
| Octal | 316 | 15 | 153 | 0 | 136 | 60 | 23 | 513 | 130 | 53 |
| Binary | 11001110 | 1101 | 1101011 | 0 | 1011110 | 110000 | 10011 | 101001011 | 1011000 | 101011 |
Color Harmonies of #CE0D6B
Complementary color
Monochromatic Colors of #CE0D6B
Black with #CE0D6B
Text Example
Text Example
White with #CE0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D6B; }
p { color: rgb(206,13,107); }
H1.HeaderClassName
{
color: #CE0D6B;
}
.AnyTagClassName
{
color: #CE0D6B;
}
</style>
background-color css
<style>
a { background-color: #CE0D6B; }
a { background-color: rgb(206,13,107); }
div.DivClassName
{
background-color: #CE0D6B;
}
.BgClassName
{
background-color: #CE0D6B;
}
</style>
border-color css
<style>
span { border-color: #CE0D6B; }
span { border-color: rgb(206,13,107); }
td.TdClassName
{
border-color: #CE0D6B;
}
.TagClassName
{
border-color: #CE0D6B;
}
</style>