Shades of Ruby #CB105D
Tints of Ruby #CB105D
RGB
CMYK
RGB Variations
Color information
#CB105D (or 0xCB105D) is known color: Ruby. HEX triplet: CB, 10 and 5D. RGB value is (203,16,93). Sum of RGB (Red+Green+Blue) = 203+16+93=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB105D is #34EFA2. Grayscale: #505050. Windows color (decimal): -3469219 or 6099147. OLE color: 6099147.
HSL color Cylindrical-coordinate representation of color #CB105D: hue angle of 335.29º 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 #CB105D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.20 |
| HSL | 335.29º | 0.85% | 0.43% | - |
| HSV(B) | 335.29º | 0.92% | 0.8% | - |
| XYZ | 26.79 | 13.86 | 11.62 | - |
| YUV | 80.69 | 134.95 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 93 | 0 | 0.92 | 0.54 | 0.20 | 335.29 | 0.85 | 0.43 |
| Hex | CB | 10 | 5D | 0 | 5C | 36 | 14 | 14F | 55 | 2B |
| Octal | 313 | 20 | 135 | 0 | 134 | 66 | 24 | 517 | 125 | 53 |
| Binary | 11001011 | 10000 | 1011101 | 0 | 1011100 | 110110 | 10100 | 101001111 | 1010101 | 101011 |
Color Harmonies of #CB105D
Complementary color
Monochromatic Colors of #CB105D
Black with #CB105D
Text Example
Text Example
White with #CB105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB105D; }
p { color: rgb(203,16,93); }
H1.HeaderClassName
{
color: #CB105D;
}
.AnyTagClassName
{
color: #CB105D;
}
</style>
background-color css
<style>
a { background-color: #CB105D; }
a { background-color: rgb(203,16,93); }
div.DivClassName
{
background-color: #CB105D;
}
.BgClassName
{
background-color: #CB105D;
}
</style>
border-color css
<style>
span { border-color: #CB105D; }
span { border-color: rgb(203,16,93); }
td.TdClassName
{
border-color: #CB105D;
}
.TagClassName
{
border-color: #CB105D;
}
</style>