Shades of Ruby #CE0069
Tints of Ruby #CE0069
RGB
CMYK
RGB Variations
Color information
#CE0069 (or 0xCE0069) is known color: Ruby. HEX triplet: CE, 00 and 69. RGB value is (206,0,105). Sum of RGB (Red+Green+Blue) = 206+0+105=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0069 is #31FF96. Grayscale: #494949. Windows color (decimal): -3276695 or 6881486. OLE color: 6881486.
HSL color Cylindrical-coordinate representation of color #CE0069: hue angle of 329.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0069 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.49 | 0.19 |
| HSL | 329.42º | 1% | 0.4% | - |
| HSV(B) | 329.42º | 1% | 0.81% | - |
| XYZ | 28 | 14.14 | 14.62 | - |
| YUV | 73.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 105 | 0 | 1 | 0.49 | 0.19 | 329.42 | 1 | 0.4 |
| Hex | CE | 0 | 69 | 0 | 64 | 31 | 13 | 149 | 64 | 28 |
| Octal | 316 | 0 | 151 | 0 | 144 | 61 | 23 | 511 | 144 | 50 |
| Binary | 11001110 | 0 | 1101001 | 0 | 1100100 | 110001 | 10011 | 101001001 | 1100100 | 101000 |
Color Harmonies of #CE0069
Complementary color
Monochromatic Colors of #CE0069
Black with #CE0069
Text Example
Text Example
White with #CE0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0069; }
p { color: rgb(206,0,105); }
H1.HeaderClassName
{
color: #CE0069;
}
.AnyTagClassName
{
color: #CE0069;
}
</style>
background-color css
<style>
a { background-color: #CE0069; }
a { background-color: rgb(206,0,105); }
div.DivClassName
{
background-color: #CE0069;
}
.BgClassName
{
background-color: #CE0069;
}
</style>
border-color css
<style>
span { border-color: #CE0069; }
span { border-color: rgb(206,0,105); }
td.TdClassName
{
border-color: #CE0069;
}
.TagClassName
{
border-color: #CE0069;
}
</style>