Shades of Ruby #CE176B
Tints of Ruby #CE176B
RGB
CMYK
RGB Variations
Color information
#CE176B (or 0xCE176B) is known color: Ruby. HEX triplet: CE, 17 and 6B. RGB value is (206,23,107). Sum of RGB (Red+Green+Blue) = 206+23+107=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE176B is #31E894. Grayscale: #575757. Windows color (decimal): -3270805 or 7018446. OLE color: 7018446.
HSL color Cylindrical-coordinate representation of color #CE176B: hue angle of 332.46º 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 #CE176B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 107 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.19 |
| HSL | 332.46º | 0.8% | 0.45% | - |
| HSV(B) | 332.46º | 0.89% | 0.81% | - |
| XYZ | 28.41 | 14.8 | 15.27 | - |
| YUV | 87.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 107 | 0 | 0.89 | 0.48 | 0.19 | 332.46 | 0.8 | 0.45 |
| Hex | CE | 17 | 6B | 0 | 59 | 30 | 13 | 14C | 50 | 2D |
| Octal | 316 | 27 | 153 | 0 | 131 | 60 | 23 | 514 | 120 | 55 |
| Binary | 11001110 | 10111 | 1101011 | 0 | 1011001 | 110000 | 10011 | 101001100 | 1010000 | 101101 |
Color Harmonies of #CE176B
Complementary color
Monochromatic Colors of #CE176B
Black with #CE176B
Text Example
Text Example
White with #CE176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE176B; }
p { color: rgb(206,23,107); }
H1.HeaderClassName
{
color: #CE176B;
}
.AnyTagClassName
{
color: #CE176B;
}
</style>
background-color css
<style>
a { background-color: #CE176B; }
a { background-color: rgb(206,23,107); }
div.DivClassName
{
background-color: #CE176B;
}
.BgClassName
{
background-color: #CE176B;
}
</style>
border-color css
<style>
span { border-color: #CE176B; }
span { border-color: rgb(206,23,107); }
td.TdClassName
{
border-color: #CE176B;
}
.TagClassName
{
border-color: #CE176B;
}
</style>