Shades of Ruby #CC166B
Tints of Ruby #CC166B
RGB
CMYK
RGB Variations
Color information
#CC166B (or 0xCC166B) is known color: Ruby. HEX triplet: CC, 16 and 6B. RGB value is (204,22,107). Sum of RGB (Red+Green+Blue) = 204+22+107=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC166B is #33E994. Grayscale: #555555. Windows color (decimal): -3402133 or 7018188. OLE color: 7018188.
HSL color Cylindrical-coordinate representation of color #CC166B: hue angle of 331.98º 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 #CC166B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.2 |
| HSL | 331.98º | 0.81% | 0.44% | - |
| HSV(B) | 331.98º | 0.89% | 0.8% | - |
| XYZ | 27.84 | 14.47 | 15.24 | - |
| YUV | 86.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 107 | 0 | 0.89 | 0.48 | 0.2 | 331.98 | 0.81 | 0.44 |
| Hex | CC | 16 | 6B | 0 | 59 | 30 | 14 | 14C | 51 | 2C |
| Octal | 314 | 26 | 153 | 0 | 131 | 60 | 24 | 514 | 121 | 54 |
| Binary | 11001100 | 10110 | 1101011 | 0 | 1011001 | 110000 | 10100 | 101001100 | 1010001 | 101100 |
Color Harmonies of #CC166B
Complementary color
Monochromatic Colors of #CC166B
Black with #CC166B
Text Example
Text Example
White with #CC166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC166B; }
p { color: rgb(204,22,107); }
H1.HeaderClassName
{
color: #CC166B;
}
.AnyTagClassName
{
color: #CC166B;
}
</style>
background-color css
<style>
a { background-color: #CC166B; }
a { background-color: rgb(204,22,107); }
div.DivClassName
{
background-color: #CC166B;
}
.BgClassName
{
background-color: #CC166B;
}
</style>
border-color css
<style>
span { border-color: #CC166B; }
span { border-color: rgb(204,22,107); }
td.TdClassName
{
border-color: #CC166B;
}
.TagClassName
{
border-color: #CC166B;
}
</style>