Shades of Ruby #CB1661
Tints of Ruby #CB1661
RGB
CMYK
RGB Variations
Color information
#CB1661 (or 0xCB1661) is known color: Ruby. HEX triplet: CB, 16 and 61. RGB value is (203,22,97). Sum of RGB (Red+Green+Blue) = 203+22+97=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1661 is #34E99E. Grayscale: #545454. Windows color (decimal): -3467679 or 6362827. OLE color: 6362827.
HSL color Cylindrical-coordinate representation of color #CB1661: hue angle of 335.14º 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 #CB1661 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 97 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.20 |
| HSL | 335.14º | 0.8% | 0.44% | - |
| HSV(B) | 335.14º | 0.89% | 0.8% | - |
| XYZ | 27.07 | 14.13 | 12.61 | - |
| YUV | 84.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 97 | 0 | 0.89 | 0.52 | 0.20 | 335.14 | 0.8 | 0.44 |
| Hex | CB | 16 | 61 | 0 | 59 | 34 | 14 | 14F | 50 | 2C |
| Octal | 313 | 26 | 141 | 0 | 131 | 64 | 24 | 517 | 120 | 54 |
| Binary | 11001011 | 10110 | 1100001 | 0 | 1011001 | 110100 | 10100 | 101001111 | 1010000 | 101100 |
Color Harmonies of #CB1661
Complementary color
Monochromatic Colors of #CB1661
Black with #CB1661
Text Example
Text Example
White with #CB1661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1661; }
p { color: rgb(203,22,97); }
H1.HeaderClassName
{
color: #CB1661;
}
.AnyTagClassName
{
color: #CB1661;
}
</style>
background-color css
<style>
a { background-color: #CB1661; }
a { background-color: rgb(203,22,97); }
div.DivClassName
{
background-color: #CB1661;
}
.BgClassName
{
background-color: #CB1661;
}
</style>
border-color css
<style>
span { border-color: #CB1661; }
span { border-color: rgb(203,22,97); }
td.TdClassName
{
border-color: #CB1661;
}
.TagClassName
{
border-color: #CB1661;
}
</style>