Shades of Ruby #CB1764
Tints of Ruby #CB1764
RGB
CMYK
RGB Variations
Color information
#CB1764 (or 0xCB1764) is known color: Ruby. HEX triplet: CB, 17 and 64. RGB value is (203,23,100). Sum of RGB (Red+Green+Blue) = 203+23+100=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1764 is #34E89B. Grayscale: #555555. Windows color (decimal): -3467420 or 6559691. OLE color: 6559691.
HSL color Cylindrical-coordinate representation of color #CB1764: hue angle of 334.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 #CB1764 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 100 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.20 |
| HSL | 334.33º | 0.8% | 0.44% | - |
| HSV(B) | 334.33º | 0.89% | 0.8% | - |
| XYZ | 27.24 | 14.23 | 13.37 | - |
| YUV | 85.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 100 | 0 | 0.89 | 0.51 | 0.20 | 334.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 64 | 0 | 59 | 33 | 14 | 14E | 50 | 2C |
| Octal | 313 | 27 | 144 | 0 | 131 | 63 | 24 | 516 | 120 | 54 |
| Binary | 11001011 | 10111 | 1100100 | 0 | 1011001 | 110011 | 10100 | 101001110 | 1010000 | 101100 |
Color Harmonies of #CB1764
Complementary color
Monochromatic Colors of #CB1764
Black with #CB1764
Text Example
Text Example
White with #CB1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1764; }
p { color: rgb(203,23,100); }
H1.HeaderClassName
{
color: #CB1764;
}
.AnyTagClassName
{
color: #CB1764;
}
</style>
background-color css
<style>
a { background-color: #CB1764; }
a { background-color: rgb(203,23,100); }
div.DivClassName
{
background-color: #CB1764;
}
.BgClassName
{
background-color: #CB1764;
}
</style>
border-color css
<style>
span { border-color: #CB1764; }
span { border-color: rgb(203,23,100); }
td.TdClassName
{
border-color: #CB1764;
}
.TagClassName
{
border-color: #CB1764;
}
</style>