Shades of Ruby #CB1660
Tints of Ruby #CB1660
RGB
CMYK
RGB Variations
Color information
#CB1660 (or 0xCB1660) is known color: Ruby. HEX triplet: CB, 16 and 60. RGB value is (203,22,96). Sum of RGB (Red+Green+Blue) = 203+22+96=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1660 is #34E99F. Grayscale: #545454. Windows color (decimal): -3467680 or 6297291. OLE color: 6297291.
HSL color Cylindrical-coordinate representation of color #CB1660: hue angle of 335.47º 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 #CB1660 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 96 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.20 |
| HSL | 335.47º | 0.8% | 0.44% | - |
| HSV(B) | 335.47º | 0.89% | 0.8% | - |
| XYZ | 27.03 | 14.11 | 12.37 | - |
| YUV | 84.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 96 | 0 | 0.89 | 0.53 | 0.20 | 335.47 | 0.8 | 0.44 |
| Hex | CB | 16 | 60 | 0 | 59 | 35 | 14 | 14F | 50 | 2C |
| Octal | 313 | 26 | 140 | 0 | 131 | 65 | 24 | 517 | 120 | 54 |
| Binary | 11001011 | 10110 | 1100000 | 0 | 1011001 | 110101 | 10100 | 101001111 | 1010000 | 101100 |
Color Harmonies of #CB1660
Complementary color
Monochromatic Colors of #CB1660
Black with #CB1660
Text Example
Text Example
White with #CB1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1660; }
p { color: rgb(203,22,96); }
H1.HeaderClassName
{
color: #CB1660;
}
.AnyTagClassName
{
color: #CB1660;
}
</style>
background-color css
<style>
a { background-color: #CB1660; }
a { background-color: rgb(203,22,96); }
div.DivClassName
{
background-color: #CB1660;
}
.BgClassName
{
background-color: #CB1660;
}
</style>
border-color css
<style>
span { border-color: #CB1660; }
span { border-color: rgb(203,22,96); }
td.TdClassName
{
border-color: #CB1660;
}
.TagClassName
{
border-color: #CB1660;
}
</style>