Shades of Ruby #CC1666
Tints of Ruby #CC1666
RGB
CMYK
RGB Variations
Color information
#CC1666 (or 0xCC1666) is known color: Ruby. HEX triplet: CC, 16 and 66. RGB value is (204,22,102). Sum of RGB (Red+Green+Blue) = 204+22+102=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1666 is #33E999. Grayscale: #555555. Windows color (decimal): -3402138 or 6690508. OLE color: 6690508.
HSL color Cylindrical-coordinate representation of color #CC1666: hue angle of 333.63º 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 #CC1666 is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 102 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.2 |
| HSL | 333.63º | 0.81% | 0.44% | - |
| HSV(B) | 333.63º | 0.89% | 0.8% | - |
| XYZ | 27.59 | 14.37 | 13.89 | - |
| YUV | 85.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 102 | 0 | 0.89 | 0.5 | 0.2 | 333.63 | 0.81 | 0.44 |
| Hex | CC | 16 | 66 | 0 | 59 | 32 | 14 | 14E | 51 | 2C |
| Octal | 314 | 26 | 146 | 0 | 131 | 62 | 24 | 516 | 121 | 54 |
| Binary | 11001100 | 10110 | 1100110 | 0 | 1011001 | 110010 | 10100 | 101001110 | 1010001 | 101100 |
Color Harmonies of #CC1666
Complementary color
Monochromatic Colors of #CC1666
Black with #CC1666
Text Example
Text Example
White with #CC1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1666; }
p { color: rgb(204,22,102); }
H1.HeaderClassName
{
color: #CC1666;
}
.AnyTagClassName
{
color: #CC1666;
}
</style>
background-color css
<style>
a { background-color: #CC1666; }
a { background-color: rgb(204,22,102); }
div.DivClassName
{
background-color: #CC1666;
}
.BgClassName
{
background-color: #CC1666;
}
</style>
border-color css
<style>
span { border-color: #CC1666; }
span { border-color: rgb(204,22,102); }
td.TdClassName
{
border-color: #CC1666;
}
.TagClassName
{
border-color: #CC1666;
}
</style>