Shades of Ruby #CB2067
Tints of Ruby #CB2067
RGB
CMYK
RGB Variations
Color information
#CB2067 (or 0xCB2067) is known color: Ruby. HEX triplet: CB, 20 and 67. RGB value is (203,32,103). Sum of RGB (Red+Green+Blue) = 203+32+103=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2067 is #34DF98. Grayscale: #5B5B5B. Windows color (decimal): -3465113 or 6758603. OLE color: 6758603.
HSL color Cylindrical-coordinate representation of color #CB2067: hue angle of 335.09º 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 #CB2067 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.20 |
| HSL | 335.09º | 0.73% | 0.46% | - |
| HSV(B) | 335.09º | 0.84% | 0.8% | - |
| XYZ | 27.59 | 14.71 | 14.22 | - |
| YUV | 91.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 103 | 0 | 0.84 | 0.49 | 0.20 | 335.09 | 0.73 | 0.46 |
| Hex | CB | 20 | 67 | 0 | 54 | 31 | 14 | 14F | 49 | 2E |
| Octal | 313 | 40 | 147 | 0 | 124 | 61 | 24 | 517 | 111 | 56 |
| Binary | 11001011 | 100000 | 1100111 | 0 | 1010100 | 110001 | 10100 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CB2067
Complementary color
Monochromatic Colors of #CB2067
Black with #CB2067
Text Example
Text Example
White with #CB2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2067; }
p { color: rgb(203,32,103); }
H1.HeaderClassName
{
color: #CB2067;
}
.AnyTagClassName
{
color: #CB2067;
}
</style>
background-color css
<style>
a { background-color: #CB2067; }
a { background-color: rgb(203,32,103); }
div.DivClassName
{
background-color: #CB2067;
}
.BgClassName
{
background-color: #CB2067;
}
</style>
border-color css
<style>
span { border-color: #CB2067; }
span { border-color: rgb(203,32,103); }
td.TdClassName
{
border-color: #CB2067;
}
.TagClassName
{
border-color: #CB2067;
}
</style>