Shades of Ruby #CB0D66
Tints of Ruby #CB0D66
RGB
CMYK
RGB Variations
Color information
#CB0D66 (or 0xCB0D66) is known color: Ruby. HEX triplet: CB, 0D and 66. RGB value is (203,13,102). Sum of RGB (Red+Green+Blue) = 203+13+102=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D66 is #34F299. Grayscale: #4F4F4F. Windows color (decimal): -3469978 or 6688203. OLE color: 6688203.
HSL color Cylindrical-coordinate representation of color #CB0D66: hue angle of 331.89º 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 #CB0D66 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 102 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.20 |
| HSL | 331.89º | 0.88% | 0.42% | - |
| HSV(B) | 331.89º | 0.94% | 0.8% | - |
| XYZ | 27.17 | 13.94 | 13.83 | - |
| YUV | 79.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 102 | 0 | 0.94 | 0.50 | 0.20 | 331.89 | 0.88 | 0.42 |
| Hex | CB | D | 66 | 0 | 5E | 32 | 14 | 14C | 58 | 2A |
| Octal | 313 | 15 | 146 | 0 | 136 | 62 | 24 | 514 | 130 | 52 |
| Binary | 11001011 | 1101 | 1100110 | 0 | 1011110 | 110010 | 10100 | 101001100 | 1011000 | 101010 |
Color Harmonies of #CB0D66
Complementary color
Monochromatic Colors of #CB0D66
Black with #CB0D66
Text Example
Text Example
White with #CB0D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D66; }
p { color: rgb(203,13,102); }
H1.HeaderClassName
{
color: #CB0D66;
}
.AnyTagClassName
{
color: #CB0D66;
}
</style>
background-color css
<style>
a { background-color: #CB0D66; }
a { background-color: rgb(203,13,102); }
div.DivClassName
{
background-color: #CB0D66;
}
.BgClassName
{
background-color: #CB0D66;
}
</style>
border-color css
<style>
span { border-color: #CB0D66; }
span { border-color: rgb(203,13,102); }
td.TdClassName
{
border-color: #CB0D66;
}
.TagClassName
{
border-color: #CB0D66;
}
</style>