Shades of Ruby #CB0D6B
Tints of Ruby #CB0D6B
RGB
CMYK
RGB Variations
Color information
#CB0D6B (or 0xCB0D6B) is known color: Ruby. HEX triplet: CB, 0D and 6B. RGB value is (203,13,107). Sum of RGB (Red+Green+Blue) = 203+13+107=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D6B is #34F294. Grayscale: #505050. Windows color (decimal): -3469973 or 7015883. OLE color: 7015883.
HSL color Cylindrical-coordinate representation of color #CB0D6B: hue angle of 330.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D6B is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.20 |
| HSL | 330.32º | 0.88% | 0.42% | - |
| HSV(B) | 330.32º | 0.94% | 0.8% | - |
| XYZ | 27.43 | 14.05 | 15.18 | - |
| YUV | 80.53 | 142.95 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 107 | 0 | 0.94 | 0.47 | 0.20 | 330.32 | 0.88 | 0.42 |
| Hex | CB | D | 6B | 0 | 5E | 2F | 14 | 14A | 58 | 2A |
| Octal | 313 | 15 | 153 | 0 | 136 | 57 | 24 | 512 | 130 | 52 |
| Binary | 11001011 | 1101 | 1101011 | 0 | 1011110 | 101111 | 10100 | 101001010 | 1011000 | 101010 |
Color Harmonies of #CB0D6B
Complementary color
Monochromatic Colors of #CB0D6B
Black with #CB0D6B
Text Example
Text Example
White with #CB0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D6B; }
p { color: rgb(203,13,107); }
H1.HeaderClassName
{
color: #CB0D6B;
}
.AnyTagClassName
{
color: #CB0D6B;
}
</style>
background-color css
<style>
a { background-color: #CB0D6B; }
a { background-color: rgb(203,13,107); }
div.DivClassName
{
background-color: #CB0D6B;
}
.BgClassName
{
background-color: #CB0D6B;
}
</style>
border-color css
<style>
span { border-color: #CB0D6B; }
span { border-color: rgb(203,13,107); }
td.TdClassName
{
border-color: #CB0D6B;
}
.TagClassName
{
border-color: #CB0D6B;
}
</style>