Shades of Ruby #CE1769
Tints of Ruby #CE1769
RGB
CMYK
RGB Variations
Color information
#CE1769 (or 0xCE1769) is known color: Ruby. HEX triplet: CE, 17 and 69. RGB value is (206,23,105). Sum of RGB (Red+Green+Blue) = 206+23+105=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1769 is #31E896. Grayscale: #565656. Windows color (decimal): -3270807 or 6887374. OLE color: 6887374.
HSL color Cylindrical-coordinate representation of color #CE1769: hue angle of 333.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1769 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 105 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.19 |
| HSL | 333.11º | 0.8% | 0.45% | - |
| HSV(B) | 333.11º | 0.89% | 0.81% | - |
| XYZ | 28.31 | 14.75 | 14.72 | - |
| YUV | 87.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 105 | 0 | 0.89 | 0.49 | 0.19 | 333.11 | 0.8 | 0.45 |
| Hex | CE | 17 | 69 | 0 | 59 | 31 | 13 | 14D | 50 | 2D |
| Octal | 316 | 27 | 151 | 0 | 131 | 61 | 23 | 515 | 120 | 55 |
| Binary | 11001110 | 10111 | 1101001 | 0 | 1011001 | 110001 | 10011 | 101001101 | 1010000 | 101101 |
Color Harmonies of #CE1769
Complementary color
Monochromatic Colors of #CE1769
Black with #CE1769
Text Example
Text Example
White with #CE1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1769; }
p { color: rgb(206,23,105); }
H1.HeaderClassName
{
color: #CE1769;
}
.AnyTagClassName
{
color: #CE1769;
}
</style>
background-color css
<style>
a { background-color: #CE1769; }
a { background-color: rgb(206,23,105); }
div.DivClassName
{
background-color: #CE1769;
}
.BgClassName
{
background-color: #CE1769;
}
</style>
border-color css
<style>
span { border-color: #CE1769; }
span { border-color: rgb(206,23,105); }
td.TdClassName
{
border-color: #CE1769;
}
.TagClassName
{
border-color: #CE1769;
}
</style>