Shades of Ruby #CC1560
Tints of Ruby #CC1560
RGB
CMYK
RGB Variations
Color information
#CC1560 (or 0xCC1560) is known color: Ruby. HEX triplet: CC, 15 and 60. RGB value is (204,21,96). Sum of RGB (Red+Green+Blue) = 204+21+96=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1560 is #33EA9F. Grayscale: #545454. Windows color (decimal): -3402400 or 6297036. OLE color: 6297036.
HSL color Cylindrical-coordinate representation of color #CC1560: hue angle of 335.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1560 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 96 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.2 |
| HSL | 335.41º | 0.81% | 0.44% | - |
| HSV(B) | 335.41º | 0.9% | 0.8% | - |
| XYZ | 27.28 | 14.22 | 12.37 | - |
| YUV | 84.27 | 134.63 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 96 | 0 | 0.90 | 0.53 | 0.2 | 335.41 | 0.81 | 0.44 |
| Hex | CC | 15 | 60 | 0 | 5A | 35 | 14 | 14F | 51 | 2C |
| Octal | 314 | 25 | 140 | 0 | 132 | 65 | 24 | 517 | 121 | 54 |
| Binary | 11001100 | 10101 | 1100000 | 0 | 1011010 | 110101 | 10100 | 101001111 | 1010001 | 101100 |
Color Harmonies of #CC1560
Complementary color
Monochromatic Colors of #CC1560
Black with #CC1560
Text Example
Text Example
White with #CC1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1560; }
p { color: rgb(204,21,96); }
H1.HeaderClassName
{
color: #CC1560;
}
.AnyTagClassName
{
color: #CC1560;
}
</style>
background-color css
<style>
a { background-color: #CC1560; }
a { background-color: rgb(204,21,96); }
div.DivClassName
{
background-color: #CC1560;
}
.BgClassName
{
background-color: #CC1560;
}
</style>
border-color css
<style>
span { border-color: #CC1560; }
span { border-color: rgb(204,21,96); }
td.TdClassName
{
border-color: #CC1560;
}
.TagClassName
{
border-color: #CC1560;
}
</style>