Shades of Ruby #CC1659
Tints of Ruby #CC1659
RGB
CMYK
RGB Variations
Color information
#CC1659 (or 0xCC1659) is known color: Ruby. HEX triplet: CC, 16 and 59. RGB value is (204,22,89). Sum of RGB (Red+Green+Blue) = 204+22+89=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1659 is #33E9A6. Grayscale: #535353. Windows color (decimal): -3402151 or 5838540. OLE color: 5838540.
HSL color Cylindrical-coordinate representation of color #CC1659: hue angle of 337.91º 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 #CC1659 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 89 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.2 |
| HSL | 337.91º | 0.81% | 0.44% | - |
| HSV(B) | 337.91º | 0.89% | 0.8% | - |
| XYZ | 26.99 | 14.13 | 10.76 | - |
| YUV | 84.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 89 | 0 | 0.89 | 0.56 | 0.2 | 337.91 | 0.81 | 0.44 |
| Hex | CC | 16 | 59 | 0 | 59 | 38 | 14 | 152 | 51 | 2C |
| Octal | 314 | 26 | 131 | 0 | 131 | 70 | 24 | 522 | 121 | 54 |
| Binary | 11001100 | 10110 | 1011001 | 0 | 1011001 | 111000 | 10100 | 101010010 | 1010001 | 101100 |
Color Harmonies of #CC1659
Complementary color
Monochromatic Colors of #CC1659
Black with #CC1659
Text Example
Text Example
White with #CC1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1659; }
p { color: rgb(204,22,89); }
H1.HeaderClassName
{
color: #CC1659;
}
.AnyTagClassName
{
color: #CC1659;
}
</style>
background-color css
<style>
a { background-color: #CC1659; }
a { background-color: rgb(204,22,89); }
div.DivClassName
{
background-color: #CC1659;
}
.BgClassName
{
background-color: #CC1659;
}
</style>
border-color css
<style>
span { border-color: #CC1659; }
span { border-color: rgb(204,22,89); }
td.TdClassName
{
border-color: #CC1659;
}
.TagClassName
{
border-color: #CC1659;
}
</style>