Shades of Ruby #CB0759
Tints of Ruby #CB0759
RGB
CMYK
RGB Variations
Color information
#CB0759 (or 0xCB0759) is known color: Ruby. HEX triplet: CB, 07 and 59. RGB value is (203,7,89). Sum of RGB (Red+Green+Blue) = 203+7+89=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0759 is #34F8A6. Grayscale: #4A4A4A. Windows color (decimal): -3471527 or 5834699. OLE color: 5834699.
HSL color Cylindrical-coordinate representation of color #CB0759: hue angle of 334.9º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0759 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.20 |
| HSL | 334.9º | 0.93% | 0.41% | - |
| HSV(B) | 334.9º | 0.97% | 0.8% | - |
| XYZ | 26.51 | 13.57 | 10.67 | - |
| YUV | 74.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 89 | 0 | 0.97 | 0.56 | 0.20 | 334.9 | 0.93 | 0.41 |
| Hex | CB | 7 | 59 | 0 | 61 | 38 | 14 | 14F | 5D | 29 |
| Octal | 313 | 7 | 131 | 0 | 141 | 70 | 24 | 517 | 135 | 51 |
| Binary | 11001011 | 111 | 1011001 | 0 | 1100001 | 111000 | 10100 | 101001111 | 1011101 | 101001 |
Color Harmonies of #CB0759
Complementary color
Monochromatic Colors of #CB0759
Black with #CB0759
Text Example
Text Example
White with #CB0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0759; }
p { color: rgb(203,7,89); }
H1.HeaderClassName
{
color: #CB0759;
}
.AnyTagClassName
{
color: #CB0759;
}
</style>
background-color css
<style>
a { background-color: #CB0759; }
a { background-color: rgb(203,7,89); }
div.DivClassName
{
background-color: #CB0759;
}
.BgClassName
{
background-color: #CB0759;
}
</style>
border-color css
<style>
span { border-color: #CB0759; }
span { border-color: rgb(203,7,89); }
td.TdClassName
{
border-color: #CB0759;
}
.TagClassName
{
border-color: #CB0759;
}
</style>