Shades of Ruby #CB166C
Tints of Ruby #CB166C
RGB
CMYK
RGB Variations
Color information
#CB166C (or 0xCB166C) is known color: Ruby. HEX triplet: CB, 16 and 6C. RGB value is (203,22,108). Sum of RGB (Red+Green+Blue) = 203+22+108=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB166C is #34E993. Grayscale: #555555. Windows color (decimal): -3467668 or 7083723. OLE color: 7083723.
HSL color Cylindrical-coordinate representation of color #CB166C: hue angle of 331.49º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB166C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 108 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.20 |
| HSL | 331.49º | 0.8% | 0.44% | - |
| HSV(B) | 331.49º | 0.89% | 0.8% | - |
| XYZ | 27.62 | 14.35 | 15.5 | - |
| YUV | 85.92 | 140.47 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 108 | 0 | 0.89 | 0.47 | 0.20 | 331.49 | 0.8 | 0.44 |
| Hex | CB | 16 | 6C | 0 | 59 | 2F | 14 | 14B | 50 | 2C |
| Octal | 313 | 26 | 154 | 0 | 131 | 57 | 24 | 513 | 120 | 54 |
| Binary | 11001011 | 10110 | 1101100 | 0 | 1011001 | 101111 | 10100 | 101001011 | 1010000 | 101100 |
Color Harmonies of #CB166C
Complementary color
Monochromatic Colors of #CB166C
Black with #CB166C
Text Example
Text Example
White with #CB166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB166C; }
p { color: rgb(203,22,108); }
H1.HeaderClassName
{
color: #CB166C;
}
.AnyTagClassName
{
color: #CB166C;
}
</style>
background-color css
<style>
a { background-color: #CB166C; }
a { background-color: rgb(203,22,108); }
div.DivClassName
{
background-color: #CB166C;
}
.BgClassName
{
background-color: #CB166C;
}
</style>
border-color css
<style>
span { border-color: #CB166C; }
span { border-color: rgb(203,22,108); }
td.TdClassName
{
border-color: #CB166C;
}
.TagClassName
{
border-color: #CB166C;
}
</style>