Shades of Ruby #CA1668
Tints of Ruby #CA1668
RGB
CMYK
RGB Variations
Color information
#CA1668 (or 0xCA1668) is known color: Ruby. HEX triplet: CA, 16 and 68. RGB value is (202,22,104). Sum of RGB (Red+Green+Blue) = 202+22+104=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1668 is #35E997. Grayscale: #555555. Windows color (decimal): -3533208 or 6821578. OLE color: 6821578.
HSL color Cylindrical-coordinate representation of color #CA1668: hue angle of 332.67º 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 #CA1668 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 104 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.21 |
| HSL | 332.67º | 0.8% | 0.44% | - |
| HSV(B) | 332.67º | 0.89% | 0.79% | - |
| XYZ | 27.14 | 14.13 | 14.39 | - |
| YUV | 85.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 104 | 0 | 0.89 | 0.49 | 0.21 | 332.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 68 | 0 | 59 | 31 | 15 | 14D | 50 | 2C |
| Octal | 312 | 26 | 150 | 0 | 131 | 61 | 25 | 515 | 120 | 54 |
| Binary | 11001010 | 10110 | 1101000 | 0 | 1011001 | 110001 | 10101 | 101001101 | 1010000 | 101100 |
Color Harmonies of #CA1668
Complementary color
Monochromatic Colors of #CA1668
Black with #CA1668
Text Example
Text Example
White with #CA1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1668; }
p { color: rgb(202,22,104); }
H1.HeaderClassName
{
color: #CA1668;
}
.AnyTagClassName
{
color: #CA1668;
}
</style>
background-color css
<style>
a { background-color: #CA1668; }
a { background-color: rgb(202,22,104); }
div.DivClassName
{
background-color: #CA1668;
}
.BgClassName
{
background-color: #CA1668;
}
</style>
border-color css
<style>
span { border-color: #CA1668; }
span { border-color: rgb(202,22,104); }
td.TdClassName
{
border-color: #CA1668;
}
.TagClassName
{
border-color: #CA1668;
}
</style>