Shades of Ruby #CB166D
Tints of Ruby #CB166D
RGB
CMYK
RGB Variations
Color information
#CB166D (or 0xCB166D) is known color: Ruby. HEX triplet: CB, 16 and 6D. RGB value is (203,22,109). Sum of RGB (Red+Green+Blue) = 203+22+109=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB166D is #34E992. Grayscale: #555555. Windows color (decimal): -3467667 or 7149259. OLE color: 7149259.
HSL color Cylindrical-coordinate representation of color #CB166D: hue angle of 331.16º 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 #CB166D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.20 |
| HSL | 331.16º | 0.8% | 0.44% | - |
| HSV(B) | 331.16º | 0.89% | 0.8% | - |
| XYZ | 27.68 | 14.37 | 15.78 | - |
| YUV | 86.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 109 | 0 | 0.89 | 0.46 | 0.20 | 331.16 | 0.8 | 0.44 |
| Hex | CB | 16 | 6D | 0 | 59 | 2E | 14 | 14B | 50 | 2C |
| Octal | 313 | 26 | 155 | 0 | 131 | 56 | 24 | 513 | 120 | 54 |
| Binary | 11001011 | 10110 | 1101101 | 0 | 1011001 | 101110 | 10100 | 101001011 | 1010000 | 101100 |
Color Harmonies of #CB166D
Complementary color
Monochromatic Colors of #CB166D
Black with #CB166D
Text Example
Text Example
White with #CB166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB166D; }
p { color: rgb(203,22,109); }
H1.HeaderClassName
{
color: #CB166D;
}
.AnyTagClassName
{
color: #CB166D;
}
</style>
background-color css
<style>
a { background-color: #CB166D; }
a { background-color: rgb(203,22,109); }
div.DivClassName
{
background-color: #CB166D;
}
.BgClassName
{
background-color: #CB166D;
}
</style>
border-color css
<style>
span { border-color: #CB166D; }
span { border-color: rgb(203,22,109); }
td.TdClassName
{
border-color: #CB166D;
}
.TagClassName
{
border-color: #CB166D;
}
</style>