Shades of Ruby #CB2066
Tints of Ruby #CB2066
RGB
CMYK
RGB Variations
Color information
#CB2066 (or 0xCB2066) is known color: Ruby. HEX triplet: CB, 20 and 66. RGB value is (203,32,102). Sum of RGB (Red+Green+Blue) = 203+32+102=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2066 is #34DF99. Grayscale: #5B5B5B. Windows color (decimal): -3465114 or 6693067. OLE color: 6693067.
HSL color Cylindrical-coordinate representation of color #CB2066: hue angle of 335.44º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2066 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 102 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.20 |
| HSL | 335.44º | 0.73% | 0.46% | - |
| HSV(B) | 335.44º | 0.84% | 0.8% | - |
| XYZ | 27.54 | 14.69 | 13.95 | - |
| YUV | 91.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 102 | 0 | 0.84 | 0.50 | 0.20 | 335.44 | 0.73 | 0.46 |
| Hex | CB | 20 | 66 | 0 | 54 | 32 | 14 | 14F | 49 | 2E |
| Octal | 313 | 40 | 146 | 0 | 124 | 62 | 24 | 517 | 111 | 56 |
| Binary | 11001011 | 100000 | 1100110 | 0 | 1010100 | 110010 | 10100 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CB2066
Complementary color
Monochromatic Colors of #CB2066
Black with #CB2066
Text Example
Text Example
White with #CB2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2066; }
p { color: rgb(203,32,102); }
H1.HeaderClassName
{
color: #CB2066;
}
.AnyTagClassName
{
color: #CB2066;
}
</style>
background-color css
<style>
a { background-color: #CB2066; }
a { background-color: rgb(203,32,102); }
div.DivClassName
{
background-color: #CB2066;
}
.BgClassName
{
background-color: #CB2066;
}
</style>
border-color css
<style>
span { border-color: #CB2066; }
span { border-color: rgb(203,32,102); }
td.TdClassName
{
border-color: #CB2066;
}
.TagClassName
{
border-color: #CB2066;
}
</style>