Shades of Ruby #CE166B
Tints of Ruby #CE166B
RGB
CMYK
RGB Variations
Color information
#CE166B (or 0xCE166B) is known color: Ruby. HEX triplet: CE, 16 and 6B. RGB value is (206,22,107). Sum of RGB (Red+Green+Blue) = 206+22+107=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE166B is #31E994. Grayscale: #565656. Windows color (decimal): -3271061 or 7018190. OLE color: 7018190.
HSL color Cylindrical-coordinate representation of color #CE166B: hue angle of 332.28º 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 #CE166B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.19 |
| HSL | 332.28º | 0.81% | 0.45% | - |
| HSV(B) | 332.28º | 0.89% | 0.81% | - |
| XYZ | 28.39 | 14.76 | 15.26 | - |
| YUV | 86.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 107 | 0 | 0.89 | 0.48 | 0.19 | 332.28 | 0.81 | 0.45 |
| Hex | CE | 16 | 6B | 0 | 59 | 30 | 13 | 14C | 51 | 2D |
| Octal | 316 | 26 | 153 | 0 | 131 | 60 | 23 | 514 | 121 | 55 |
| Binary | 11001110 | 10110 | 1101011 | 0 | 1011001 | 110000 | 10011 | 101001100 | 1010001 | 101101 |
Color Harmonies of #CE166B
Complementary color
Monochromatic Colors of #CE166B
Black with #CE166B
Text Example
Text Example
White with #CE166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE166B; }
p { color: rgb(206,22,107); }
H1.HeaderClassName
{
color: #CE166B;
}
.AnyTagClassName
{
color: #CE166B;
}
</style>
background-color css
<style>
a { background-color: #CE166B; }
a { background-color: rgb(206,22,107); }
div.DivClassName
{
background-color: #CE166B;
}
.BgClassName
{
background-color: #CE166B;
}
</style>
border-color css
<style>
span { border-color: #CE166B; }
span { border-color: rgb(206,22,107); }
td.TdClassName
{
border-color: #CE166B;
}
.TagClassName
{
border-color: #CE166B;
}
</style>