Shades of Ruby #CB1655
Tints of Ruby #CB1655
RGB
CMYK
RGB Variations
Color information
#CB1655 (or 0xCB1655) is known color: Ruby. HEX triplet: CB, 16 and 55. RGB value is (203,22,85). Sum of RGB (Red+Green+Blue) = 203+22+85=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1655 is #34E9AA. Grayscale: #535353. Windows color (decimal): -3467691 or 5576395. OLE color: 5576395.
HSL color Cylindrical-coordinate representation of color #CB1655: hue angle of 339.12º 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 #CB1655 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 85 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.20 |
| HSL | 339.12º | 0.8% | 0.44% | - |
| HSV(B) | 339.12º | 0.89% | 0.8% | - |
| XYZ | 26.56 | 13.93 | 9.88 | - |
| YUV | 83.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 85 | 0 | 0.89 | 0.58 | 0.20 | 339.12 | 0.8 | 0.44 |
| Hex | CB | 16 | 55 | 0 | 59 | 3A | 14 | 153 | 50 | 2C |
| Octal | 313 | 26 | 125 | 0 | 131 | 72 | 24 | 523 | 120 | 54 |
| Binary | 11001011 | 10110 | 1010101 | 0 | 1011001 | 111010 | 10100 | 101010011 | 1010000 | 101100 |
Color Harmonies of #CB1655
Complementary color
Monochromatic Colors of #CB1655
Black with #CB1655
Text Example
Text Example
White with #CB1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1655; }
p { color: rgb(203,22,85); }
H1.HeaderClassName
{
color: #CB1655;
}
.AnyTagClassName
{
color: #CB1655;
}
</style>
background-color css
<style>
a { background-color: #CB1655; }
a { background-color: rgb(203,22,85); }
div.DivClassName
{
background-color: #CB1655;
}
.BgClassName
{
background-color: #CB1655;
}
</style>
border-color css
<style>
span { border-color: #CB1655; }
span { border-color: rgb(203,22,85); }
td.TdClassName
{
border-color: #CB1655;
}
.TagClassName
{
border-color: #CB1655;
}
</style>