Shades of Ruby #CB1760
Tints of Ruby #CB1760
RGB
CMYK
RGB Variations
Color information
#CB1760 (or 0xCB1760) is known color: Ruby. HEX triplet: CB, 17 and 60. RGB value is (203,23,96). Sum of RGB (Red+Green+Blue) = 203+23+96=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1760 is #34E89F. Grayscale: #555555. Windows color (decimal): -3467424 or 6297547. OLE color: 6297547.
HSL color Cylindrical-coordinate representation of color #CB1760: hue angle of 335.67º 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 #CB1760 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 96 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.20 |
| HSL | 335.67º | 0.8% | 0.44% | - |
| HSV(B) | 335.67º | 0.89% | 0.8% | - |
| XYZ | 27.05 | 14.15 | 12.37 | - |
| YUV | 85.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 96 | 0 | 0.89 | 0.53 | 0.20 | 335.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 60 | 0 | 59 | 35 | 14 | 150 | 50 | 2C |
| Octal | 313 | 27 | 140 | 0 | 131 | 65 | 24 | 520 | 120 | 54 |
| Binary | 11001011 | 10111 | 1100000 | 0 | 1011001 | 110101 | 10100 | 101010000 | 1010000 | 101100 |
Color Harmonies of #CB1760
Complementary color
Monochromatic Colors of #CB1760
Black with #CB1760
Text Example
Text Example
White with #CB1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1760; }
p { color: rgb(203,23,96); }
H1.HeaderClassName
{
color: #CB1760;
}
.AnyTagClassName
{
color: #CB1760;
}
</style>
background-color css
<style>
a { background-color: #CB1760; }
a { background-color: rgb(203,23,96); }
div.DivClassName
{
background-color: #CB1760;
}
.BgClassName
{
background-color: #CB1760;
}
</style>
border-color css
<style>
span { border-color: #CB1760; }
span { border-color: rgb(203,23,96); }
td.TdClassName
{
border-color: #CB1760;
}
.TagClassName
{
border-color: #CB1760;
}
</style>