Shades of Ruby #CC1660
Tints of Ruby #CC1660
RGB
CMYK
RGB Variations
Color information
#CC1660 (or 0xCC1660) is known color: Ruby. HEX triplet: CC, 16 and 60. RGB value is (204,22,96). Sum of RGB (Red+Green+Blue) = 204+22+96=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1660 is #33E99F. Grayscale: #545454. Windows color (decimal): -3402144 or 6297292. OLE color: 6297292.
HSL color Cylindrical-coordinate representation of color #CC1660: hue angle of 335.6º 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 #CC1660 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 96 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.2 |
| HSL | 335.6º | 0.81% | 0.44% | - |
| HSV(B) | 335.6º | 0.89% | 0.8% | - |
| XYZ | 27.3 | 14.26 | 12.38 | - |
| YUV | 84.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 96 | 0 | 0.89 | 0.53 | 0.2 | 335.6 | 0.81 | 0.44 |
| Hex | CC | 16 | 60 | 0 | 59 | 35 | 14 | 150 | 51 | 2C |
| Octal | 314 | 26 | 140 | 0 | 131 | 65 | 24 | 520 | 121 | 54 |
| Binary | 11001100 | 10110 | 1100000 | 0 | 1011001 | 110101 | 10100 | 101010000 | 1010001 | 101100 |
Color Harmonies of #CC1660
Complementary color
Monochromatic Colors of #CC1660
Black with #CC1660
Text Example
Text Example
White with #CC1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1660; }
p { color: rgb(204,22,96); }
H1.HeaderClassName
{
color: #CC1660;
}
.AnyTagClassName
{
color: #CC1660;
}
</style>
background-color css
<style>
a { background-color: #CC1660; }
a { background-color: rgb(204,22,96); }
div.DivClassName
{
background-color: #CC1660;
}
.BgClassName
{
background-color: #CC1660;
}
</style>
border-color css
<style>
span { border-color: #CC1660; }
span { border-color: rgb(204,22,96); }
td.TdClassName
{
border-color: #CC1660;
}
.TagClassName
{
border-color: #CC1660;
}
</style>