Shades of Ruby #CB0D57
Tints of Ruby #CB0D57
RGB
CMYK
RGB Variations
Color information
#CB0D57 (or 0xCB0D57) is known color: Ruby. HEX triplet: CB, 0D and 57. RGB value is (203,13,87). Sum of RGB (Red+Green+Blue) = 203+13+87=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D57 is #34F2A8. Grayscale: #4E4E4E. Windows color (decimal): -3469993 or 5705163. OLE color: 5705163.
HSL color Cylindrical-coordinate representation of color #CB0D57: hue angle of 336.63º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D57 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 87 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.20 |
| HSL | 336.63º | 0.88% | 0.42% | - |
| HSV(B) | 336.63º | 0.94% | 0.8% | - |
| XYZ | 26.49 | 13.67 | 10.26 | - |
| YUV | 78.25 | 132.95 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 87 | 0 | 0.94 | 0.57 | 0.20 | 336.63 | 0.88 | 0.42 |
| Hex | CB | D | 57 | 0 | 5E | 39 | 14 | 151 | 58 | 2A |
| Octal | 313 | 15 | 127 | 0 | 136 | 71 | 24 | 521 | 130 | 52 |
| Binary | 11001011 | 1101 | 1010111 | 0 | 1011110 | 111001 | 10100 | 101010001 | 1011000 | 101010 |
Color Harmonies of #CB0D57
Complementary color
Monochromatic Colors of #CB0D57
Black with #CB0D57
Text Example
Text Example
White with #CB0D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D57; }
p { color: rgb(203,13,87); }
H1.HeaderClassName
{
color: #CB0D57;
}
.AnyTagClassName
{
color: #CB0D57;
}
</style>
background-color css
<style>
a { background-color: #CB0D57; }
a { background-color: rgb(203,13,87); }
div.DivClassName
{
background-color: #CB0D57;
}
.BgClassName
{
background-color: #CB0D57;
}
</style>
border-color css
<style>
span { border-color: #CB0D57; }
span { border-color: rgb(203,13,87); }
td.TdClassName
{
border-color: #CB0D57;
}
.TagClassName
{
border-color: #CB0D57;
}
</style>