Shades of Ruby #CB0766
Tints of Ruby #CB0766
RGB
CMYK
RGB Variations
Color information
#CB0766 (or 0xCB0766) is known color: Ruby. HEX triplet: CB, 07 and 66. RGB value is (203,7,102). Sum of RGB (Red+Green+Blue) = 203+7+102=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0766 is #34F899. Grayscale: #4C4C4C. Windows color (decimal): -3471514 or 6686667. OLE color: 6686667.
HSL color Cylindrical-coordinate representation of color #CB0766: hue angle of 330.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB0766 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.20 |
| HSL | 330.92º | 0.93% | 0.41% | - |
| HSV(B) | 330.92º | 0.97% | 0.8% | - |
| XYZ | 27.1 | 13.81 | 13.81 | - |
| YUV | 76.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 102 | 0 | 0.97 | 0.50 | 0.20 | 330.92 | 0.93 | 0.41 |
| Hex | CB | 7 | 66 | 0 | 61 | 32 | 14 | 14B | 5D | 29 |
| Octal | 313 | 7 | 146 | 0 | 141 | 62 | 24 | 513 | 135 | 51 |
| Binary | 11001011 | 111 | 1100110 | 0 | 1100001 | 110010 | 10100 | 101001011 | 1011101 | 101001 |
Color Harmonies of #CB0766
Complementary color
Monochromatic Colors of #CB0766
Black with #CB0766
Text Example
Text Example
White with #CB0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0766; }
p { color: rgb(203,7,102); }
H1.HeaderClassName
{
color: #CB0766;
}
.AnyTagClassName
{
color: #CB0766;
}
</style>
background-color css
<style>
a { background-color: #CB0766; }
a { background-color: rgb(203,7,102); }
div.DivClassName
{
background-color: #CB0766;
}
.BgClassName
{
background-color: #CB0766;
}
</style>
border-color css
<style>
span { border-color: #CB0766; }
span { border-color: rgb(203,7,102); }
td.TdClassName
{
border-color: #CB0766;
}
.TagClassName
{
border-color: #CB0766;
}
</style>