Shades of Ruby #CC166C
Tints of Ruby #CC166C
RGB
CMYK
RGB Variations
Color information
#CC166C (or 0xCC166C) is known color: Ruby. HEX triplet: CC, 16 and 6C. RGB value is (204,22,108). Sum of RGB (Red+Green+Blue) = 204+22+108=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC166C is #33E993. Grayscale: #565656. Windows color (decimal): -3402132 or 7083724. OLE color: 7083724.
HSL color Cylindrical-coordinate representation of color #CC166C: hue angle of 331.65º 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 #CC166C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 108 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.2 |
| HSL | 331.65º | 0.81% | 0.44% | - |
| HSV(B) | 331.65º | 0.89% | 0.8% | - |
| XYZ | 27.9 | 14.49 | 15.51 | - |
| YUV | 86.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 108 | 0 | 0.89 | 0.47 | 0.2 | 331.65 | 0.81 | 0.44 |
| Hex | CC | 16 | 6C | 0 | 59 | 2F | 14 | 14C | 51 | 2C |
| Octal | 314 | 26 | 154 | 0 | 131 | 57 | 24 | 514 | 121 | 54 |
| Binary | 11001100 | 10110 | 1101100 | 0 | 1011001 | 101111 | 10100 | 101001100 | 1010001 | 101100 |
Color Harmonies of #CC166C
Complementary color
Monochromatic Colors of #CC166C
Black with #CC166C
Text Example
Text Example
White with #CC166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC166C; }
p { color: rgb(204,22,108); }
H1.HeaderClassName
{
color: #CC166C;
}
.AnyTagClassName
{
color: #CC166C;
}
</style>
background-color css
<style>
a { background-color: #CC166C; }
a { background-color: rgb(204,22,108); }
div.DivClassName
{
background-color: #CC166C;
}
.BgClassName
{
background-color: #CC166C;
}
</style>
border-color css
<style>
span { border-color: #CC166C; }
span { border-color: rgb(204,22,108); }
td.TdClassName
{
border-color: #CC166C;
}
.TagClassName
{
border-color: #CC166C;
}
</style>