Shades of Ruby #CB1966
Tints of Ruby #CB1966
RGB
CMYK
RGB Variations
Color information
#CB1966 (or 0xCB1966) is known color: Ruby. HEX triplet: CB, 19 and 66. RGB value is (203,25,102). Sum of RGB (Red+Green+Blue) = 203+25+102=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1966 is #34E699. Grayscale: #565656. Windows color (decimal): -3466906 or 6691275. OLE color: 6691275.
HSL color Cylindrical-coordinate representation of color #CB1966: hue angle of 334.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1966 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 102 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.20 |
| HSL | 334.05º | 0.78% | 0.45% | - |
| HSV(B) | 334.05º | 0.88% | 0.8% | - |
| XYZ | 27.37 | 14.35 | 13.9 | - |
| YUV | 87 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 102 | 0 | 0.88 | 0.50 | 0.20 | 334.05 | 0.78 | 0.45 |
| Hex | CB | 19 | 66 | 0 | 58 | 32 | 14 | 14E | 4E | 2D |
| Octal | 313 | 31 | 146 | 0 | 130 | 62 | 24 | 516 | 116 | 55 |
| Binary | 11001011 | 11001 | 1100110 | 0 | 1011000 | 110010 | 10100 | 101001110 | 1001110 | 101101 |
Color Harmonies of #CB1966
Complementary color
Monochromatic Colors of #CB1966
Black with #CB1966
Text Example
Text Example
White with #CB1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1966; }
p { color: rgb(203,25,102); }
H1.HeaderClassName
{
color: #CB1966;
}
.AnyTagClassName
{
color: #CB1966;
}
</style>
background-color css
<style>
a { background-color: #CB1966; }
a { background-color: rgb(203,25,102); }
div.DivClassName
{
background-color: #CB1966;
}
.BgClassName
{
background-color: #CB1966;
}
</style>
border-color css
<style>
span { border-color: #CB1966; }
span { border-color: rgb(203,25,102); }
td.TdClassName
{
border-color: #CB1966;
}
.TagClassName
{
border-color: #CB1966;
}
</style>