Shades of Ruby #CB0856
Tints of Ruby #CB0856
RGB
CMYK
RGB Variations
Color information
#CB0856 (or 0xCB0856) is known color: Ruby. HEX triplet: CB, 08 and 56. RGB value is (203,8,86). Sum of RGB (Red+Green+Blue) = 203+8+86=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0856 is #34F7A9. Grayscale: #4B4B4B. Windows color (decimal): -3471274 or 5638347. OLE color: 5638347.
HSL color Cylindrical-coordinate representation of color #CB0856: hue angle of 336º 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 #CB0856 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.20 |
| HSL | 336º | 0.92% | 0.41% | - |
| HSV(B) | 336º | 0.96% | 0.8% | - |
| XYZ | 26.4 | 13.54 | 10.03 | - |
| YUV | 75.2 | 134.1 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 86 | 0 | 0.96 | 0.58 | 0.20 | 336 | 0.92 | 0.41 |
| Hex | CB | 8 | 56 | 0 | 60 | 3A | 14 | 150 | 5C | 29 |
| Octal | 313 | 10 | 126 | 0 | 140 | 72 | 24 | 520 | 134 | 51 |
| Binary | 11001011 | 1000 | 1010110 | 0 | 1100000 | 111010 | 10100 | 101010000 | 1011100 | 101001 |
Color Harmonies of #CB0856
Complementary color
Monochromatic Colors of #CB0856
Black with #CB0856
Text Example
Text Example
White with #CB0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0856; }
p { color: rgb(203,8,86); }
H1.HeaderClassName
{
color: #CB0856;
}
.AnyTagClassName
{
color: #CB0856;
}
</style>
background-color css
<style>
a { background-color: #CB0856; }
a { background-color: rgb(203,8,86); }
div.DivClassName
{
background-color: #CB0856;
}
.BgClassName
{
background-color: #CB0856;
}
</style>
border-color css
<style>
span { border-color: #CB0856; }
span { border-color: rgb(203,8,86); }
td.TdClassName
{
border-color: #CB0856;
}
.TagClassName
{
border-color: #CB0856;
}
</style>