Shades of Ruby #CB0854
Tints of Ruby #CB0854
RGB
CMYK
RGB Variations
Color information
#CB0854 (or 0xCB0854) is known color: Ruby. HEX triplet: CB, 08 and 54. RGB value is (203,8,84). Sum of RGB (Red+Green+Blue) = 203+8+84=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0854 is #34F7AB. Grayscale: #4A4A4A. Windows color (decimal): -3471276 or 5507275. OLE color: 5507275.
HSL color Cylindrical-coordinate representation of color #CB0854: hue angle of 336.62º 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 #CB0854 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 84 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.20 |
| HSL | 336.62º | 0.92% | 0.41% | - |
| HSV(B) | 336.62º | 0.96% | 0.8% | - |
| XYZ | 26.32 | 13.51 | 9.61 | - |
| YUV | 74.97 | 133.1 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 84 | 0 | 0.96 | 0.59 | 0.20 | 336.62 | 0.92 | 0.41 |
| Hex | CB | 8 | 54 | 0 | 60 | 3B | 14 | 151 | 5C | 29 |
| Octal | 313 | 10 | 124 | 0 | 140 | 73 | 24 | 521 | 134 | 51 |
| Binary | 11001011 | 1000 | 1010100 | 0 | 1100000 | 111011 | 10100 | 101010001 | 1011100 | 101001 |
Color Harmonies of #CB0854
Complementary color
Monochromatic Colors of #CB0854
Black with #CB0854
Text Example
Text Example
White with #CB0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0854; }
p { color: rgb(203,8,84); }
H1.HeaderClassName
{
color: #CB0854;
}
.AnyTagClassName
{
color: #CB0854;
}
</style>
background-color css
<style>
a { background-color: #CB0854; }
a { background-color: rgb(203,8,84); }
div.DivClassName
{
background-color: #CB0854;
}
.BgClassName
{
background-color: #CB0854;
}
</style>
border-color css
<style>
span { border-color: #CB0854; }
span { border-color: rgb(203,8,84); }
td.TdClassName
{
border-color: #CB0854;
}
.TagClassName
{
border-color: #CB0854;
}
</style>