Shades of Ruby #CB1664
Tints of Ruby #CB1664
RGB
CMYK
RGB Variations
Color information
#CB1664 (or 0xCB1664) is known color: Ruby. HEX triplet: CB, 16 and 64. RGB value is (203,22,100). Sum of RGB (Red+Green+Blue) = 203+22+100=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1664 is #34E99B. Grayscale: #545454. Windows color (decimal): -3467676 or 6559435. OLE color: 6559435.
HSL color Cylindrical-coordinate representation of color #CB1664: hue angle of 334.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 #CB1664 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 100 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.20 |
| HSL | 334.14º | 0.8% | 0.44% | - |
| HSV(B) | 334.14º | 0.89% | 0.8% | - |
| XYZ | 27.22 | 14.19 | 13.36 | - |
| YUV | 85.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 100 | 0 | 0.89 | 0.51 | 0.20 | 334.14 | 0.8 | 0.44 |
| Hex | CB | 16 | 64 | 0 | 59 | 33 | 14 | 14E | 50 | 2C |
| Octal | 313 | 26 | 144 | 0 | 131 | 63 | 24 | 516 | 120 | 54 |
| Binary | 11001011 | 10110 | 1100100 | 0 | 1011001 | 110011 | 10100 | 101001110 | 1010000 | 101100 |
Color Harmonies of #CB1664
Complementary color
Monochromatic Colors of #CB1664
Black with #CB1664
Text Example
Text Example
White with #CB1664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1664; }
p { color: rgb(203,22,100); }
H1.HeaderClassName
{
color: #CB1664;
}
.AnyTagClassName
{
color: #CB1664;
}
</style>
background-color css
<style>
a { background-color: #CB1664; }
a { background-color: rgb(203,22,100); }
div.DivClassName
{
background-color: #CB1664;
}
.BgClassName
{
background-color: #CB1664;
}
</style>
border-color css
<style>
span { border-color: #CB1664; }
span { border-color: rgb(203,22,100); }
td.TdClassName
{
border-color: #CB1664;
}
.TagClassName
{
border-color: #CB1664;
}
</style>