Shades of Ruby #CE0D69
Tints of Ruby #CE0D69
RGB
CMYK
RGB Variations
Color information
#CE0D69 (or 0xCE0D69) is known color: Ruby. HEX triplet: CE, 0D and 69. RGB value is (206,13,105). Sum of RGB (Red+Green+Blue) = 206+13+105=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D69 is #31F296. Grayscale: #515151. Windows color (decimal): -3273367 or 6884814. OLE color: 6884814.
HSL color Cylindrical-coordinate representation of color #CE0D69: hue angle of 331.4º 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 #CE0D69 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.19 |
| HSL | 331.4º | 0.88% | 0.43% | - |
| HSV(B) | 331.4º | 0.94% | 0.81% | - |
| XYZ | 28.15 | 14.43 | 14.67 | - |
| YUV | 81.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 105 | 0 | 0.94 | 0.49 | 0.19 | 331.4 | 0.88 | 0.43 |
| Hex | CE | D | 69 | 0 | 5E | 31 | 13 | 14B | 58 | 2B |
| Octal | 316 | 15 | 151 | 0 | 136 | 61 | 23 | 513 | 130 | 53 |
| Binary | 11001110 | 1101 | 1101001 | 0 | 1011110 | 110001 | 10011 | 101001011 | 1011000 | 101011 |
Color Harmonies of #CE0D69
Complementary color
Monochromatic Colors of #CE0D69
Black with #CE0D69
Text Example
Text Example
White with #CE0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D69; }
p { color: rgb(206,13,105); }
H1.HeaderClassName
{
color: #CE0D69;
}
.AnyTagClassName
{
color: #CE0D69;
}
</style>
background-color css
<style>
a { background-color: #CE0D69; }
a { background-color: rgb(206,13,105); }
div.DivClassName
{
background-color: #CE0D69;
}
.BgClassName
{
background-color: #CE0D69;
}
</style>
border-color css
<style>
span { border-color: #CE0D69; }
span { border-color: rgb(206,13,105); }
td.TdClassName
{
border-color: #CE0D69;
}
.TagClassName
{
border-color: #CE0D69;
}
</style>