Shades of Ruby #CB1656
Tints of Ruby #CB1656
RGB
CMYK
RGB Variations
Color information
#CB1656 (or 0xCB1656) is known color: Ruby. HEX triplet: CB, 16 and 56. RGB value is (203,22,86). Sum of RGB (Red+Green+Blue) = 203+22+86=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1656 is #34E9A9. Grayscale: #535353. Windows color (decimal): -3467690 or 5641931. OLE color: 5641931.
HSL color Cylindrical-coordinate representation of color #CB1656: hue angle of 338.78º 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 #CB1656 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 86 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.20 |
| HSL | 338.78º | 0.8% | 0.44% | - |
| HSV(B) | 338.78º | 0.89% | 0.8% | - |
| XYZ | 26.6 | 13.94 | 10.09 | - |
| YUV | 83.42 | 129.47 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 86 | 0 | 0.89 | 0.58 | 0.20 | 338.78 | 0.8 | 0.44 |
| Hex | CB | 16 | 56 | 0 | 59 | 3A | 14 | 153 | 50 | 2C |
| Octal | 313 | 26 | 126 | 0 | 131 | 72 | 24 | 523 | 120 | 54 |
| Binary | 11001011 | 10110 | 1010110 | 0 | 1011001 | 111010 | 10100 | 101010011 | 1010000 | 101100 |
Color Harmonies of #CB1656
Complementary color
Monochromatic Colors of #CB1656
Black with #CB1656
Text Example
Text Example
White with #CB1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1656; }
p { color: rgb(203,22,86); }
H1.HeaderClassName
{
color: #CB1656;
}
.AnyTagClassName
{
color: #CB1656;
}
</style>
background-color css
<style>
a { background-color: #CB1656; }
a { background-color: rgb(203,22,86); }
div.DivClassName
{
background-color: #CB1656;
}
.BgClassName
{
background-color: #CB1656;
}
</style>
border-color css
<style>
span { border-color: #CB1656; }
span { border-color: rgb(203,22,86); }
td.TdClassName
{
border-color: #CB1656;
}
.TagClassName
{
border-color: #CB1656;
}
</style>