Shades of Ruby #CB1657
Tints of Ruby #CB1657
RGB
CMYK
RGB Variations
Color information
#CB1657 (or 0xCB1657) is known color: Ruby. HEX triplet: CB, 16 and 57. RGB value is (203,22,87). Sum of RGB (Red+Green+Blue) = 203+22+87=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1657 is #34E9A8. Grayscale: #535353. Windows color (decimal): -3467689 or 5707467. OLE color: 5707467.
HSL color Cylindrical-coordinate representation of color #CB1657: hue angle of 338.45º 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 #CB1657 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 87 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.20 |
| HSL | 338.45º | 0.8% | 0.44% | - |
| HSV(B) | 338.45º | 0.89% | 0.8% | - |
| XYZ | 26.64 | 13.96 | 10.31 | - |
| YUV | 83.53 | 129.97 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 87 | 0 | 0.89 | 0.57 | 0.20 | 338.45 | 0.8 | 0.44 |
| Hex | CB | 16 | 57 | 0 | 59 | 39 | 14 | 152 | 50 | 2C |
| Octal | 313 | 26 | 127 | 0 | 131 | 71 | 24 | 522 | 120 | 54 |
| Binary | 11001011 | 10110 | 1010111 | 0 | 1011001 | 111001 | 10100 | 101010010 | 1010000 | 101100 |
Color Harmonies of #CB1657
Complementary color
Monochromatic Colors of #CB1657
Black with #CB1657
Text Example
Text Example
White with #CB1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1657; }
p { color: rgb(203,22,87); }
H1.HeaderClassName
{
color: #CB1657;
}
.AnyTagClassName
{
color: #CB1657;
}
</style>
background-color css
<style>
a { background-color: #CB1657; }
a { background-color: rgb(203,22,87); }
div.DivClassName
{
background-color: #CB1657;
}
.BgClassName
{
background-color: #CB1657;
}
</style>
border-color css
<style>
span { border-color: #CB1657; }
span { border-color: rgb(203,22,87); }
td.TdClassName
{
border-color: #CB1657;
}
.TagClassName
{
border-color: #CB1657;
}
</style>