Shades of Ruby #CE165B
Tints of Ruby #CE165B
RGB
CMYK
RGB Variations
Color information
#CE165B (or 0xCE165B) is known color: Ruby. HEX triplet: CE, 16 and 5B. RGB value is (206,22,91). Sum of RGB (Red+Green+Blue) = 206+22+91=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE165B is #31E9A4. Grayscale: #545454. Windows color (decimal): -3271077 or 5969614. OLE color: 5969614.
HSL color Cylindrical-coordinate representation of color #CE165B: hue angle of 337.5º 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 #CE165B is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 91 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.19 |
| HSL | 337.5º | 0.81% | 0.45% | - |
| HSV(B) | 337.5º | 0.89% | 0.81% | - |
| XYZ | 27.63 | 14.45 | 11.23 | - |
| YUV | 84.88 | 131.46 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 91 | 0 | 0.89 | 0.56 | 0.19 | 337.5 | 0.81 | 0.45 |
| Hex | CE | 16 | 5B | 0 | 59 | 38 | 13 | 152 | 51 | 2D |
| Octal | 316 | 26 | 133 | 0 | 131 | 70 | 23 | 522 | 121 | 55 |
| Binary | 11001110 | 10110 | 1011011 | 0 | 1011001 | 111000 | 10011 | 101010010 | 1010001 | 101101 |
Color Harmonies of #CE165B
Complementary color
Monochromatic Colors of #CE165B
Black with #CE165B
Text Example
Text Example
White with #CE165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE165B; }
p { color: rgb(206,22,91); }
H1.HeaderClassName
{
color: #CE165B;
}
.AnyTagClassName
{
color: #CE165B;
}
</style>
background-color css
<style>
a { background-color: #CE165B; }
a { background-color: rgb(206,22,91); }
div.DivClassName
{
background-color: #CE165B;
}
.BgClassName
{
background-color: #CE165B;
}
</style>
border-color css
<style>
span { border-color: #CE165B; }
span { border-color: rgb(206,22,91); }
td.TdClassName
{
border-color: #CE165B;
}
.TagClassName
{
border-color: #CE165B;
}
</style>