Shades of Ruby #CA1666
Tints of Ruby #CA1666
RGB
CMYK
RGB Variations
Color information
#CA1666 (or 0xCA1666) is known color: Ruby. HEX triplet: CA, 16 and 66. RGB value is (202,22,102). Sum of RGB (Red+Green+Blue) = 202+22+102=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1666 is #35E999. Grayscale: #545454. Windows color (decimal): -3533210 or 6690506. OLE color: 6690506.
HSL color Cylindrical-coordinate representation of color #CA1666: hue angle of 333.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 #CA1666 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 102 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.21 |
| HSL | 333.33º | 0.8% | 0.44% | - |
| HSV(B) | 333.33º | 0.89% | 0.79% | - |
| XYZ | 27.04 | 14.09 | 13.86 | - |
| YUV | 84.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 102 | 0 | 0.89 | 0.50 | 0.21 | 333.33 | 0.8 | 0.44 |
| Hex | CA | 16 | 66 | 0 | 59 | 32 | 15 | 14D | 50 | 2C |
| Octal | 312 | 26 | 146 | 0 | 131 | 62 | 25 | 515 | 120 | 54 |
| Binary | 11001010 | 10110 | 1100110 | 0 | 1011001 | 110010 | 10101 | 101001101 | 1010000 | 101100 |
Color Harmonies of #CA1666
Complementary color
Monochromatic Colors of #CA1666
Black with #CA1666
Text Example
Text Example
White with #CA1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1666; }
p { color: rgb(202,22,102); }
H1.HeaderClassName
{
color: #CA1666;
}
.AnyTagClassName
{
color: #CA1666;
}
</style>
background-color css
<style>
a { background-color: #CA1666; }
a { background-color: rgb(202,22,102); }
div.DivClassName
{
background-color: #CA1666;
}
.BgClassName
{
background-color: #CA1666;
}
</style>
border-color css
<style>
span { border-color: #CA1666; }
span { border-color: rgb(202,22,102); }
td.TdClassName
{
border-color: #CA1666;
}
.TagClassName
{
border-color: #CA1666;
}
</style>