Shades of Ruby #CB105B
Tints of Ruby #CB105B
RGB
CMYK
RGB Variations
Color information
#CB105B (or 0xCB105B) is known color: Ruby. HEX triplet: CB, 10 and 5B. RGB value is (203,16,91). Sum of RGB (Red+Green+Blue) = 203+16+91=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB105B is #34EFA4. Grayscale: #505050. Windows color (decimal): -3469221 or 5968075. OLE color: 5968075.
HSL color Cylindrical-coordinate representation of color #CB105B: hue angle of 335.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB105B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.20 |
| HSL | 335.94º | 0.85% | 0.43% | - |
| HSV(B) | 335.94º | 0.92% | 0.8% | - |
| XYZ | 26.7 | 13.82 | 11.16 | - |
| YUV | 80.46 | 133.95 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 91 | 0 | 0.92 | 0.55 | 0.20 | 335.94 | 0.85 | 0.43 |
| Hex | CB | 10 | 5B | 0 | 5C | 37 | 14 | 150 | 55 | 2B |
| Octal | 313 | 20 | 133 | 0 | 134 | 67 | 24 | 520 | 125 | 53 |
| Binary | 11001011 | 10000 | 1011011 | 0 | 1011100 | 110111 | 10100 | 101010000 | 1010101 | 101011 |
Color Harmonies of #CB105B
Complementary color
Monochromatic Colors of #CB105B
Black with #CB105B
Text Example
Text Example
White with #CB105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB105B; }
p { color: rgb(203,16,91); }
H1.HeaderClassName
{
color: #CB105B;
}
.AnyTagClassName
{
color: #CB105B;
}
</style>
background-color css
<style>
a { background-color: #CB105B; }
a { background-color: rgb(203,16,91); }
div.DivClassName
{
background-color: #CB105B;
}
.BgClassName
{
background-color: #CB105B;
}
</style>
border-color css
<style>
span { border-color: #CB105B; }
span { border-color: rgb(203,16,91); }
td.TdClassName
{
border-color: #CB105B;
}
.TagClassName
{
border-color: #CB105B;
}
</style>