Shades of Ruby #CB1761
Tints of Ruby #CB1761
RGB
CMYK
RGB Variations
Color information
#CB1761 (or 0xCB1761) is known color: Ruby. HEX triplet: CB, 17 and 61. RGB value is (203,23,97). Sum of RGB (Red+Green+Blue) = 203+23+97=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1761 is #34E89E. Grayscale: #555555. Windows color (decimal): -3467423 or 6363083. OLE color: 6363083.
HSL color Cylindrical-coordinate representation of color #CB1761: hue angle of 335.33º 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 #CB1761 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 97 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.20 |
| HSL | 335.33º | 0.8% | 0.44% | - |
| HSV(B) | 335.33º | 0.89% | 0.8% | - |
| XYZ | 27.09 | 14.17 | 12.62 | - |
| YUV | 85.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 97 | 0 | 0.89 | 0.52 | 0.20 | 335.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 61 | 0 | 59 | 34 | 14 | 14F | 50 | 2C |
| Octal | 313 | 27 | 141 | 0 | 131 | 64 | 24 | 517 | 120 | 54 |
| Binary | 11001011 | 10111 | 1100001 | 0 | 1011001 | 110100 | 10100 | 101001111 | 1010000 | 101100 |
Color Harmonies of #CB1761
Complementary color
Monochromatic Colors of #CB1761
Black with #CB1761
Text Example
Text Example
White with #CB1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1761; }
p { color: rgb(203,23,97); }
H1.HeaderClassName
{
color: #CB1761;
}
.AnyTagClassName
{
color: #CB1761;
}
</style>
background-color css
<style>
a { background-color: #CB1761; }
a { background-color: rgb(203,23,97); }
div.DivClassName
{
background-color: #CB1761;
}
.BgClassName
{
background-color: #CB1761;
}
</style>
border-color css
<style>
span { border-color: #CB1761; }
span { border-color: rgb(203,23,97); }
td.TdClassName
{
border-color: #CB1761;
}
.TagClassName
{
border-color: #CB1761;
}
</style>