Shades of Ruby #CE1669
Tints of Ruby #CE1669
RGB
CMYK
RGB Variations
Color information
#CE1669 (or 0xCE1669) is known color: Ruby. HEX triplet: CE, 16 and 69. RGB value is (206,22,105). Sum of RGB (Red+Green+Blue) = 206+22+105=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1669 is #31E996. Grayscale: #565656. Windows color (decimal): -3271063 or 6887118. OLE color: 6887118.
HSL color Cylindrical-coordinate representation of color #CE1669: hue angle of 332.93º degrees, saturation: 0.81, 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 #CE1669 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 105 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.19 |
| HSL | 332.93º | 0.81% | 0.45% | - |
| HSV(B) | 332.93º | 0.89% | 0.81% | - |
| XYZ | 28.29 | 14.72 | 14.71 | - |
| YUV | 86.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 105 | 0 | 0.89 | 0.49 | 0.19 | 332.93 | 0.81 | 0.45 |
| Hex | CE | 16 | 69 | 0 | 59 | 31 | 13 | 14D | 51 | 2D |
| Octal | 316 | 26 | 151 | 0 | 131 | 61 | 23 | 515 | 121 | 55 |
| Binary | 11001110 | 10110 | 1101001 | 0 | 1011001 | 110001 | 10011 | 101001101 | 1010001 | 101101 |
Color Harmonies of #CE1669
Complementary color
Monochromatic Colors of #CE1669
Black with #CE1669
Text Example
Text Example
White with #CE1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1669; }
p { color: rgb(206,22,105); }
H1.HeaderClassName
{
color: #CE1669;
}
.AnyTagClassName
{
color: #CE1669;
}
</style>
background-color css
<style>
a { background-color: #CE1669; }
a { background-color: rgb(206,22,105); }
div.DivClassName
{
background-color: #CE1669;
}
.BgClassName
{
background-color: #CE1669;
}
</style>
border-color css
<style>
span { border-color: #CE1669; }
span { border-color: rgb(206,22,105); }
td.TdClassName
{
border-color: #CE1669;
}
.TagClassName
{
border-color: #CE1669;
}
</style>