Shades of Ruby #CB0166
Tints of Ruby #CB0166
RGB
CMYK
RGB Variations
Color information
#CB0166 (or 0xCB0166) is known color: Ruby. HEX triplet: CB, 01 and 66. RGB value is (203,1,102). Sum of RGB (Red+Green+Blue) = 203+1+102=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0166 is #34FE99. Grayscale: #484848. Windows color (decimal): -3473050 or 6685131. OLE color: 6685131.
HSL color Cylindrical-coordinate representation of color #CB0166: hue angle of 330º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0166 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.20 |
| HSL | 330º | 0.99% | 0.4% | - |
| HSV(B) | 330º | 1% | 0.8% | - |
| XYZ | 27.04 | 13.68 | 13.79 | - |
| YUV | 72.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 102 | 0 | 1.00 | 0.50 | 0.20 | 330 | 0.99 | 0.4 |
| Hex | CB | 1 | 66 | 0 | 64 | 32 | 14 | 14A | 63 | 28 |
| Octal | 313 | 1 | 146 | 0 | 144 | 62 | 24 | 512 | 143 | 50 |
| Binary | 11001011 | 1 | 1100110 | 0 | 1100100 | 110010 | 10100 | 101001010 | 1100011 | 101000 |
Color Harmonies of #CB0166
Complementary color
Monochromatic Colors of #CB0166
Black with #CB0166
Text Example
Text Example
White with #CB0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0166; }
p { color: rgb(203,1,102); }
H1.HeaderClassName
{
color: #CB0166;
}
.AnyTagClassName
{
color: #CB0166;
}
</style>
background-color css
<style>
a { background-color: #CB0166; }
a { background-color: rgb(203,1,102); }
div.DivClassName
{
background-color: #CB0166;
}
.BgClassName
{
background-color: #CB0166;
}
</style>
border-color css
<style>
span { border-color: #CB0166; }
span { border-color: rgb(203,1,102); }
td.TdClassName
{
border-color: #CB0166;
}
.TagClassName
{
border-color: #CB0166;
}
</style>