Shades of Ruby #CB1066
Tints of Ruby #CB1066
RGB
CMYK
RGB Variations
Color information
#CB1066 (or 0xCB1066) is known color: Ruby. HEX triplet: CB, 10 and 66. RGB value is (203,16,102). Sum of RGB (Red+Green+Blue) = 203+16+102=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1066 is #34EF99. Grayscale: #515151. Windows color (decimal): -3469210 or 6688971. OLE color: 6688971.
HSL color Cylindrical-coordinate representation of color #CB1066: hue angle of 332.41º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1066 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 102 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.20 |
| HSL | 332.41º | 0.85% | 0.43% | - |
| HSV(B) | 332.41º | 0.92% | 0.8% | - |
| XYZ | 27.21 | 14.03 | 13.84 | - |
| YUV | 81.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 102 | 0 | 0.92 | 0.50 | 0.20 | 332.41 | 0.85 | 0.43 |
| Hex | CB | 10 | 66 | 0 | 5C | 32 | 14 | 14C | 55 | 2B |
| Octal | 313 | 20 | 146 | 0 | 134 | 62 | 24 | 514 | 125 | 53 |
| Binary | 11001011 | 10000 | 1100110 | 0 | 1011100 | 110010 | 10100 | 101001100 | 1010101 | 101011 |
Color Harmonies of #CB1066
Complementary color
Monochromatic Colors of #CB1066
Black with #CB1066
Text Example
Text Example
White with #CB1066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1066; }
p { color: rgb(203,16,102); }
H1.HeaderClassName
{
color: #CB1066;
}
.AnyTagClassName
{
color: #CB1066;
}
</style>
background-color css
<style>
a { background-color: #CB1066; }
a { background-color: rgb(203,16,102); }
div.DivClassName
{
background-color: #CB1066;
}
.BgClassName
{
background-color: #CB1066;
}
</style>
border-color css
<style>
span { border-color: #CB1066; }
span { border-color: rgb(203,16,102); }
td.TdClassName
{
border-color: #CB1066;
}
.TagClassName
{
border-color: #CB1066;
}
</style>