Shades of Ruby #CC166D
Tints of Ruby #CC166D
RGB
CMYK
RGB Variations
Color information
#CC166D (or 0xCC166D) is known color: Ruby. HEX triplet: CC, 16 and 6D. RGB value is (204,22,109). Sum of RGB (Red+Green+Blue) = 204+22+109=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC166D is #33E992. Grayscale: #565656. Windows color (decimal): -3402131 or 7149260. OLE color: 7149260.
HSL color Cylindrical-coordinate representation of color #CC166D: hue angle of 331.32º degrees, saturation: 0.81, 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 #CC166D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.2 |
| HSL | 331.32º | 0.81% | 0.44% | - |
| HSV(B) | 331.32º | 0.89% | 0.8% | - |
| XYZ | 27.95 | 14.52 | 15.8 | - |
| YUV | 86.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 109 | 0 | 0.89 | 0.47 | 0.2 | 331.32 | 0.81 | 0.44 |
| Hex | CC | 16 | 6D | 0 | 59 | 2F | 14 | 14B | 51 | 2C |
| Octal | 314 | 26 | 155 | 0 | 131 | 57 | 24 | 513 | 121 | 54 |
| Binary | 11001100 | 10110 | 1101101 | 0 | 1011001 | 101111 | 10100 | 101001011 | 1010001 | 101100 |
Color Harmonies of #CC166D
Complementary color
Monochromatic Colors of #CC166D
Black with #CC166D
Text Example
Text Example
White with #CC166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC166D; }
p { color: rgb(204,22,109); }
H1.HeaderClassName
{
color: #CC166D;
}
.AnyTagClassName
{
color: #CC166D;
}
</style>
background-color css
<style>
a { background-color: #CC166D; }
a { background-color: rgb(204,22,109); }
div.DivClassName
{
background-color: #CC166D;
}
.BgClassName
{
background-color: #CC166D;
}
</style>
border-color css
<style>
span { border-color: #CC166D; }
span { border-color: rgb(204,22,109); }
td.TdClassName
{
border-color: #CC166D;
}
.TagClassName
{
border-color: #CC166D;
}
</style>