Shades of Ruby #CB1659
Tints of Ruby #CB1659
RGB
CMYK
RGB Variations
Color information
#CB1659 (or 0xCB1659) is known color: Ruby. HEX triplet: CB, 16 and 59. RGB value is (203,22,89). Sum of RGB (Red+Green+Blue) = 203+22+89=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1659 is #34E9A6. Grayscale: #535353. Windows color (decimal): -3467687 or 5838539. OLE color: 5838539.
HSL color Cylindrical-coordinate representation of color #CB1659: hue angle of 337.79º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1659 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 89 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.20 |
| HSL | 337.79º | 0.8% | 0.44% | - |
| HSV(B) | 337.79º | 0.89% | 0.8% | - |
| XYZ | 26.72 | 13.99 | 10.74 | - |
| YUV | 83.76 | 130.97 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 89 | 0 | 0.89 | 0.56 | 0.20 | 337.79 | 0.8 | 0.44 |
| Hex | CB | 16 | 59 | 0 | 59 | 38 | 14 | 152 | 50 | 2C |
| Octal | 313 | 26 | 131 | 0 | 131 | 70 | 24 | 522 | 120 | 54 |
| Binary | 11001011 | 10110 | 1011001 | 0 | 1011001 | 111000 | 10100 | 101010010 | 1010000 | 101100 |
Color Harmonies of #CB1659
Complementary color
Monochromatic Colors of #CB1659
Black with #CB1659
Text Example
Text Example
White with #CB1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1659; }
p { color: rgb(203,22,89); }
H1.HeaderClassName
{
color: #CB1659;
}
.AnyTagClassName
{
color: #CB1659;
}
</style>
background-color css
<style>
a { background-color: #CB1659; }
a { background-color: rgb(203,22,89); }
div.DivClassName
{
background-color: #CB1659;
}
.BgClassName
{
background-color: #CB1659;
}
</style>
border-color css
<style>
span { border-color: #CB1659; }
span { border-color: rgb(203,22,89); }
td.TdClassName
{
border-color: #CB1659;
}
.TagClassName
{
border-color: #CB1659;
}
</style>