Shades of Ruby #CB0860
Tints of Ruby #CB0860
RGB
CMYK
RGB Variations
Color information
#CB0860 (or 0xCB0860) is known color: Ruby. HEX triplet: CB, 08 and 60. RGB value is (203,8,96). Sum of RGB (Red+Green+Blue) = 203+8+96=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0860 is #34F79F. Grayscale: #4C4C4C. Windows color (decimal): -3471264 or 6293707. OLE color: 6293707.
HSL color Cylindrical-coordinate representation of color #CB0860: hue angle of 332.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0860 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.20 |
| HSL | 332.92º | 0.92% | 0.41% | - |
| HSV(B) | 332.92º | 0.96% | 0.8% | - |
| XYZ | 26.83 | 13.71 | 12.3 | - |
| YUV | 76.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 96 | 0 | 0.96 | 0.53 | 0.20 | 332.92 | 0.92 | 0.41 |
| Hex | CB | 8 | 60 | 0 | 60 | 35 | 14 | 14D | 5C | 29 |
| Octal | 313 | 10 | 140 | 0 | 140 | 65 | 24 | 515 | 134 | 51 |
| Binary | 11001011 | 1000 | 1100000 | 0 | 1100000 | 110101 | 10100 | 101001101 | 1011100 | 101001 |
Color Harmonies of #CB0860
Complementary color
Monochromatic Colors of #CB0860
Black with #CB0860
Text Example
Text Example
White with #CB0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0860; }
p { color: rgb(203,8,96); }
H1.HeaderClassName
{
color: #CB0860;
}
.AnyTagClassName
{
color: #CB0860;
}
</style>
background-color css
<style>
a { background-color: #CB0860; }
a { background-color: rgb(203,8,96); }
div.DivClassName
{
background-color: #CB0860;
}
.BgClassName
{
background-color: #CB0860;
}
</style>
border-color css
<style>
span { border-color: #CB0860; }
span { border-color: rgb(203,8,96); }
td.TdClassName
{
border-color: #CB0860;
}
.TagClassName
{
border-color: #CB0860;
}
</style>