Shades of Ruby #CA1565
Tints of Ruby #CA1565
RGB
CMYK
RGB Variations
Color information
#CA1565 (or 0xCA1565) is known color: Ruby. HEX triplet: CA, 15 and 65. RGB value is (202,21,101). Sum of RGB (Red+Green+Blue) = 202+21+101=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1565 is #35EA9A. Grayscale: #545454. Windows color (decimal): -3533467 or 6624714. OLE color: 6624714.
HSL color Cylindrical-coordinate representation of color #CA1565: hue angle of 333.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1565 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.21 |
| HSL | 333.48º | 0.81% | 0.44% | - |
| HSV(B) | 333.48º | 0.9% | 0.79% | - |
| XYZ | 26.97 | 14.03 | 13.6 | - |
| YUV | 84.24 | 137.47 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 101 | 0 | 0.90 | 0.50 | 0.21 | 333.48 | 0.81 | 0.44 |
| Hex | CA | 15 | 65 | 0 | 5A | 32 | 15 | 14D | 51 | 2C |
| Octal | 312 | 25 | 145 | 0 | 132 | 62 | 25 | 515 | 121 | 54 |
| Binary | 11001010 | 10101 | 1100101 | 0 | 1011010 | 110010 | 10101 | 101001101 | 1010001 | 101100 |
Color Harmonies of #CA1565
Complementary color
Monochromatic Colors of #CA1565
Black with #CA1565
Text Example
Text Example
White with #CA1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1565; }
p { color: rgb(202,21,101); }
H1.HeaderClassName
{
color: #CA1565;
}
.AnyTagClassName
{
color: #CA1565;
}
</style>
background-color css
<style>
a { background-color: #CA1565; }
a { background-color: rgb(202,21,101); }
div.DivClassName
{
background-color: #CA1565;
}
.BgClassName
{
background-color: #CA1565;
}
</style>
border-color css
<style>
span { border-color: #CA1565; }
span { border-color: rgb(202,21,101); }
td.TdClassName
{
border-color: #CA1565;
}
.TagClassName
{
border-color: #CA1565;
}
</style>