Shades of Ruby #CE1167
Tints of Ruby #CE1167
RGB
CMYK
RGB Variations
Color information
#CE1167 (or 0xCE1167) is known color: Ruby. HEX triplet: CE, 11 and 67. RGB value is (206,17,103). Sum of RGB (Red+Green+Blue) = 206+17+103=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1167 is #31EE98. Grayscale: #535353. Windows color (decimal): -3272345 or 6754766. OLE color: 6754766.
HSL color Cylindrical-coordinate representation of color #CE1167: hue angle of 332.7º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1167 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 103 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.19 |
| HSL | 332.7º | 0.85% | 0.44% | - |
| HSV(B) | 332.7º | 0.92% | 0.81% | - |
| XYZ | 28.1 | 14.5 | 14.15 | - |
| YUV | 83.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 103 | 0 | 0.92 | 0.50 | 0.19 | 332.7 | 0.85 | 0.44 |
| Hex | CE | 11 | 67 | 0 | 5C | 32 | 13 | 14D | 55 | 2C |
| Octal | 316 | 21 | 147 | 0 | 134 | 62 | 23 | 515 | 125 | 54 |
| Binary | 11001110 | 10001 | 1100111 | 0 | 1011100 | 110010 | 10011 | 101001101 | 1010101 | 101100 |
Color Harmonies of #CE1167
Complementary color
Monochromatic Colors of #CE1167
Black with #CE1167
Text Example
Text Example
White with #CE1167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1167; }
p { color: rgb(206,17,103); }
H1.HeaderClassName
{
color: #CE1167;
}
.AnyTagClassName
{
color: #CE1167;
}
</style>
background-color css
<style>
a { background-color: #CE1167; }
a { background-color: rgb(206,17,103); }
div.DivClassName
{
background-color: #CE1167;
}
.BgClassName
{
background-color: #CE1167;
}
</style>
border-color css
<style>
span { border-color: #CE1167; }
span { border-color: rgb(206,17,103); }
td.TdClassName
{
border-color: #CE1167;
}
.TagClassName
{
border-color: #CE1167;
}
</style>