Shades of Ruby #CE166D
Tints of Ruby #CE166D
RGB
CMYK
RGB Variations
Color information
#CE166D (or 0xCE166D) is known color: Ruby. HEX triplet: CE, 16 and 6D. RGB value is (206,22,109). Sum of RGB (Red+Green+Blue) = 206+22+109=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE166D is #31E992. Grayscale: #565656. Windows color (decimal): -3271059 or 7149262. OLE color: 7149262.
HSL color Cylindrical-coordinate representation of color #CE166D: hue angle of 331.63º 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 #CE166D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.19 |
| HSL | 331.63º | 0.81% | 0.45% | - |
| HSV(B) | 331.63º | 0.89% | 0.81% | - |
| XYZ | 28.5 | 14.8 | 15.82 | - |
| YUV | 86.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 109 | 0 | 0.89 | 0.47 | 0.19 | 331.63 | 0.81 | 0.45 |
| Hex | CE | 16 | 6D | 0 | 59 | 2F | 13 | 14C | 51 | 2D |
| Octal | 316 | 26 | 155 | 0 | 131 | 57 | 23 | 514 | 121 | 55 |
| Binary | 11001110 | 10110 | 1101101 | 0 | 1011001 | 101111 | 10011 | 101001100 | 1010001 | 101101 |
Color Harmonies of #CE166D
Complementary color
Monochromatic Colors of #CE166D
Black with #CE166D
Text Example
Text Example
White with #CE166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE166D; }
p { color: rgb(206,22,109); }
H1.HeaderClassName
{
color: #CE166D;
}
.AnyTagClassName
{
color: #CE166D;
}
</style>
background-color css
<style>
a { background-color: #CE166D; }
a { background-color: rgb(206,22,109); }
div.DivClassName
{
background-color: #CE166D;
}
.BgClassName
{
background-color: #CE166D;
}
</style>
border-color css
<style>
span { border-color: #CE166D; }
span { border-color: rgb(206,22,109); }
td.TdClassName
{
border-color: #CE166D;
}
.TagClassName
{
border-color: #CE166D;
}
</style>