Shades of Ruby #CB106B
Tints of Ruby #CB106B
RGB
CMYK
RGB Variations
Color information
#CB106B (or 0xCB106B) is known color: Ruby. HEX triplet: CB, 10 and 6B. RGB value is (203,16,107). Sum of RGB (Red+Green+Blue) = 203+16+107=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB106B is #34EF94. Grayscale: #525252. Windows color (decimal): -3469205 or 7016651. OLE color: 7016651.
HSL color Cylindrical-coordinate representation of color #CB106B: hue angle of 330.8º 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 #CB106B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.20 |
| HSL | 330.8º | 0.85% | 0.43% | - |
| HSV(B) | 330.8º | 0.92% | 0.8% | - |
| XYZ | 27.47 | 14.13 | 15.19 | - |
| YUV | 82.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 107 | 0 | 0.92 | 0.47 | 0.20 | 330.8 | 0.85 | 0.43 |
| Hex | CB | 10 | 6B | 0 | 5C | 2F | 14 | 14B | 55 | 2B |
| Octal | 313 | 20 | 153 | 0 | 134 | 57 | 24 | 513 | 125 | 53 |
| Binary | 11001011 | 10000 | 1101011 | 0 | 1011100 | 101111 | 10100 | 101001011 | 1010101 | 101011 |
Color Harmonies of #CB106B
Complementary color
Monochromatic Colors of #CB106B
Black with #CB106B
Text Example
Text Example
White with #CB106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB106B; }
p { color: rgb(203,16,107); }
H1.HeaderClassName
{
color: #CB106B;
}
.AnyTagClassName
{
color: #CB106B;
}
</style>
background-color css
<style>
a { background-color: #CB106B; }
a { background-color: rgb(203,16,107); }
div.DivClassName
{
background-color: #CB106B;
}
.BgClassName
{
background-color: #CB106B;
}
</style>
border-color css
<style>
span { border-color: #CB106B; }
span { border-color: rgb(203,16,107); }
td.TdClassName
{
border-color: #CB106B;
}
.TagClassName
{
border-color: #CB106B;
}
</style>