Shades of Ruby #CE176A
Tints of Ruby #CE176A
RGB
CMYK
RGB Variations
Color information
#CE176A (or 0xCE176A) is known color: Ruby. HEX triplet: CE, 17 and 6A. RGB value is (206,23,106). Sum of RGB (Red+Green+Blue) = 206+23+106=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE176A is #31E895. Grayscale: #575757. Windows color (decimal): -3270806 or 6952910. OLE color: 6952910.
HSL color Cylindrical-coordinate representation of color #CE176A: hue angle of 332.79º 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 #CE176A is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 106 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.19 |
| HSL | 332.79º | 0.8% | 0.45% | - |
| HSV(B) | 332.79º | 0.89% | 0.81% | - |
| XYZ | 28.36 | 14.78 | 14.99 | - |
| YUV | 87.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 106 | 0 | 0.89 | 0.49 | 0.19 | 332.79 | 0.8 | 0.45 |
| Hex | CE | 17 | 6A | 0 | 59 | 31 | 13 | 14D | 50 | 2D |
| Octal | 316 | 27 | 152 | 0 | 131 | 61 | 23 | 515 | 120 | 55 |
| Binary | 11001110 | 10111 | 1101010 | 0 | 1011001 | 110001 | 10011 | 101001101 | 1010000 | 101101 |
Color Harmonies of #CE176A
Complementary color
Monochromatic Colors of #CE176A
Black with #CE176A
Text Example
Text Example
White with #CE176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE176A; }
p { color: rgb(206,23,106); }
H1.HeaderClassName
{
color: #CE176A;
}
.AnyTagClassName
{
color: #CE176A;
}
</style>
background-color css
<style>
a { background-color: #CE176A; }
a { background-color: rgb(206,23,106); }
div.DivClassName
{
background-color: #CE176A;
}
.BgClassName
{
background-color: #CE176A;
}
</style>
border-color css
<style>
span { border-color: #CE176A; }
span { border-color: rgb(206,23,106); }
td.TdClassName
{
border-color: #CE176A;
}
.TagClassName
{
border-color: #CE176A;
}
</style>