Shades of Ruby #CB1D6B
Tints of Ruby #CB1D6B
RGB
CMYK
RGB Variations
Color information
#CB1D6B (or 0xCB1D6B) is known color: Ruby. HEX triplet: CB, 1D and 6B. RGB value is (203,29,107). Sum of RGB (Red+Green+Blue) = 203+29+107=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D6B is #34E294. Grayscale: #595959. Windows color (decimal): -3465877 or 7019979. OLE color: 7019979.
HSL color Cylindrical-coordinate representation of color #CB1D6B: hue angle of 333.1º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1D6B is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 107 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.20 |
| HSL | 333.1º | 0.75% | 0.45% | - |
| HSV(B) | 333.1º | 0.86% | 0.8% | - |
| XYZ | 27.72 | 14.64 | 15.27 | - |
| YUV | 89.92 | 137.65 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 107 | 0 | 0.86 | 0.47 | 0.20 | 333.1 | 0.75 | 0.45 |
| Hex | CB | 1D | 6B | 0 | 56 | 2F | 14 | 14D | 4B | 2D |
| Octal | 313 | 35 | 153 | 0 | 126 | 57 | 24 | 515 | 113 | 55 |
| Binary | 11001011 | 11101 | 1101011 | 0 | 1010110 | 101111 | 10100 | 101001101 | 1001011 | 101101 |
Color Harmonies of #CB1D6B
Complementary color
Monochromatic Colors of #CB1D6B
Black with #CB1D6B
Text Example
Text Example
White with #CB1D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D6B; }
p { color: rgb(203,29,107); }
H1.HeaderClassName
{
color: #CB1D6B;
}
.AnyTagClassName
{
color: #CB1D6B;
}
</style>
background-color css
<style>
a { background-color: #CB1D6B; }
a { background-color: rgb(203,29,107); }
div.DivClassName
{
background-color: #CB1D6B;
}
.BgClassName
{
background-color: #CB1D6B;
}
</style>
border-color css
<style>
span { border-color: #CB1D6B; }
span { border-color: rgb(203,29,107); }
td.TdClassName
{
border-color: #CB1D6B;
}
.TagClassName
{
border-color: #CB1D6B;
}
</style>