Shades of Ruby #CA1665
Tints of Ruby #CA1665
RGB
CMYK
RGB Variations
Color information
#CA1665 (or 0xCA1665) is known color: Ruby. HEX triplet: CA, 16 and 65. RGB value is (202,22,101). Sum of RGB (Red+Green+Blue) = 202+22+101=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1665 is #35E99A. Grayscale: #545454. Windows color (decimal): -3533211 or 6624970. OLE color: 6624970.
HSL color Cylindrical-coordinate representation of color #CA1665: hue angle of 333.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 #CA1665 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 101 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.21 |
| HSL | 333.67º | 0.8% | 0.44% | - |
| HSV(B) | 333.67º | 0.89% | 0.79% | - |
| XYZ | 26.99 | 14.07 | 13.61 | - |
| YUV | 84.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 101 | 0 | 0.89 | 0.50 | 0.21 | 333.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 65 | 0 | 59 | 32 | 15 | 14E | 50 | 2C |
| Octal | 312 | 26 | 145 | 0 | 131 | 62 | 25 | 516 | 120 | 54 |
| Binary | 11001010 | 10110 | 1100101 | 0 | 1011001 | 110010 | 10101 | 101001110 | 1010000 | 101100 |
Color Harmonies of #CA1665
Complementary color
Monochromatic Colors of #CA1665
Black with #CA1665
Text Example
Text Example
White with #CA1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1665; }
p { color: rgb(202,22,101); }
H1.HeaderClassName
{
color: #CA1665;
}
.AnyTagClassName
{
color: #CA1665;
}
</style>
background-color css
<style>
a { background-color: #CA1665; }
a { background-color: rgb(202,22,101); }
div.DivClassName
{
background-color: #CA1665;
}
.BgClassName
{
background-color: #CA1665;
}
</style>
border-color css
<style>
span { border-color: #CA1665; }
span { border-color: rgb(202,22,101); }
td.TdClassName
{
border-color: #CA1665;
}
.TagClassName
{
border-color: #CA1665;
}
</style>