Shades of Ruby #CB1957
Tints of Ruby #CB1957
RGB
CMYK
RGB Variations
Color information
#CB1957 (or 0xCB1957) is known color: Ruby. HEX triplet: CB, 19 and 57. RGB value is (203,25,87). Sum of RGB (Red+Green+Blue) = 203+25+87=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1957 is #34E6A8. Grayscale: #555555. Windows color (decimal): -3466921 or 5708235. OLE color: 5708235.
HSL color Cylindrical-coordinate representation of color #CB1957: hue angle of 339.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1957 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 87 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.20 |
| HSL | 339.1º | 0.78% | 0.45% | - |
| HSV(B) | 339.1º | 0.88% | 0.8% | - |
| XYZ | 26.7 | 14.08 | 10.33 | - |
| YUV | 85.29 | 128.97 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 87 | 0 | 0.88 | 0.57 | 0.20 | 339.1 | 0.78 | 0.45 |
| Hex | CB | 19 | 57 | 0 | 58 | 39 | 14 | 153 | 4E | 2D |
| Octal | 313 | 31 | 127 | 0 | 130 | 71 | 24 | 523 | 116 | 55 |
| Binary | 11001011 | 11001 | 1010111 | 0 | 1011000 | 111001 | 10100 | 101010011 | 1001110 | 101101 |
Color Harmonies of #CB1957
Complementary color
Monochromatic Colors of #CB1957
Black with #CB1957
Text Example
Text Example
White with #CB1957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1957; }
p { color: rgb(203,25,87); }
H1.HeaderClassName
{
color: #CB1957;
}
.AnyTagClassName
{
color: #CB1957;
}
</style>
background-color css
<style>
a { background-color: #CB1957; }
a { background-color: rgb(203,25,87); }
div.DivClassName
{
background-color: #CB1957;
}
.BgClassName
{
background-color: #CB1957;
}
</style>
border-color css
<style>
span { border-color: #CB1957; }
span { border-color: rgb(203,25,87); }
td.TdClassName
{
border-color: #CB1957;
}
.TagClassName
{
border-color: #CB1957;
}
</style>