Shades of Ruby #CA1660
Tints of Ruby #CA1660
RGB
CMYK
RGB Variations
Color information
#CA1660 (or 0xCA1660) is known color: Ruby. HEX triplet: CA, 16 and 60. RGB value is (202,22,96). Sum of RGB (Red+Green+Blue) = 202+22+96=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1660 is #35E99F. Grayscale: #545454. Windows color (decimal): -3533216 or 6297290. OLE color: 6297290.
HSL color Cylindrical-coordinate representation of color #CA1660: hue angle of 335.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1660 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 96 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.21 |
| HSL | 335.33º | 0.8% | 0.44% | - |
| HSV(B) | 335.33º | 0.89% | 0.79% | - |
| XYZ | 26.76 | 13.97 | 12.35 | - |
| YUV | 84.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 96 | 0 | 0.89 | 0.52 | 0.21 | 335.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 60 | 0 | 59 | 34 | 15 | 14F | 50 | 2C |
| Octal | 312 | 26 | 140 | 0 | 131 | 64 | 25 | 517 | 120 | 54 |
| Binary | 11001010 | 10110 | 1100000 | 0 | 1011001 | 110100 | 10101 | 101001111 | 1010000 | 101100 |
Color Harmonies of #CA1660
Complementary color
Monochromatic Colors of #CA1660
Black with #CA1660
Text Example
Text Example
White with #CA1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1660; }
p { color: rgb(202,22,96); }
H1.HeaderClassName
{
color: #CA1660;
}
.AnyTagClassName
{
color: #CA1660;
}
</style>
background-color css
<style>
a { background-color: #CA1660; }
a { background-color: rgb(202,22,96); }
div.DivClassName
{
background-color: #CA1660;
}
.BgClassName
{
background-color: #CA1660;
}
</style>
border-color css
<style>
span { border-color: #CA1660; }
span { border-color: rgb(202,22,96); }
td.TdClassName
{
border-color: #CA1660;
}
.TagClassName
{
border-color: #CA1660;
}
</style>