Shades of Ruby #CE0969
Tints of Ruby #CE0969
RGB
CMYK
RGB Variations
Color information
#CE0969 (or 0xCE0969) is known color: Ruby. HEX triplet: CE, 09 and 69. RGB value is (206,9,105). Sum of RGB (Red+Green+Blue) = 206+9+105=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0969 is #31F696. Grayscale: #4E4E4E. Windows color (decimal): -3274391 or 6883790. OLE color: 6883790.
HSL color Cylindrical-coordinate representation of color #CE0969: hue angle of 330.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0969 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 105 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.19 |
| HSL | 330.76º | 0.92% | 0.42% | - |
| HSV(B) | 330.76º | 0.96% | 0.81% | - |
| XYZ | 28.1 | 14.34 | 14.65 | - |
| YUV | 78.85 | 142.77 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 105 | 0 | 0.96 | 0.49 | 0.19 | 330.76 | 0.92 | 0.42 |
| Hex | CE | 9 | 69 | 0 | 60 | 31 | 13 | 14B | 5C | 2A |
| Octal | 316 | 11 | 151 | 0 | 140 | 61 | 23 | 513 | 134 | 52 |
| Binary | 11001110 | 1001 | 1101001 | 0 | 1100000 | 110001 | 10011 | 101001011 | 1011100 | 101010 |
Color Harmonies of #CE0969
Complementary color
Monochromatic Colors of #CE0969
Black with #CE0969
Text Example
Text Example
White with #CE0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0969; }
p { color: rgb(206,9,105); }
H1.HeaderClassName
{
color: #CE0969;
}
.AnyTagClassName
{
color: #CE0969;
}
</style>
background-color css
<style>
a { background-color: #CE0969; }
a { background-color: rgb(206,9,105); }
div.DivClassName
{
background-color: #CE0969;
}
.BgClassName
{
background-color: #CE0969;
}
</style>
border-color css
<style>
span { border-color: #CE0969; }
span { border-color: rgb(206,9,105); }
td.TdClassName
{
border-color: #CE0969;
}
.TagClassName
{
border-color: #CE0969;
}
</style>