Shades of Ruby #CA1466
Tints of Ruby #CA1466
RGB
CMYK
RGB Variations
Color information
#CA1466 (or 0xCA1466) is known color: Ruby. HEX triplet: CA, 14 and 66. RGB value is (202,20,102). Sum of RGB (Red+Green+Blue) = 202+20+102=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1466 is #35EB99. Grayscale: #535353. Windows color (decimal): -3533722 or 6689994. OLE color: 6689994.
HSL color Cylindrical-coordinate representation of color #CA1466: hue angle of 332.97º degrees, saturation: 0.82, 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 #CA1466 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 102 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.21 |
| HSL | 332.97º | 0.82% | 0.44% | - |
| HSV(B) | 332.97º | 0.9% | 0.79% | - |
| XYZ | 27.01 | 14.02 | 13.85 | - |
| YUV | 83.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 102 | 0 | 0.90 | 0.50 | 0.21 | 332.97 | 0.82 | 0.44 |
| Hex | CA | 14 | 66 | 0 | 5A | 32 | 15 | 14D | 52 | 2C |
| Octal | 312 | 24 | 146 | 0 | 132 | 62 | 25 | 515 | 122 | 54 |
| Binary | 11001010 | 10100 | 1100110 | 0 | 1011010 | 110010 | 10101 | 101001101 | 1010010 | 101100 |
Color Harmonies of #CA1466
Complementary color
Monochromatic Colors of #CA1466
Black with #CA1466
Text Example
Text Example
White with #CA1466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1466; }
p { color: rgb(202,20,102); }
H1.HeaderClassName
{
color: #CA1466;
}
.AnyTagClassName
{
color: #CA1466;
}
</style>
background-color css
<style>
a { background-color: #CA1466; }
a { background-color: rgb(202,20,102); }
div.DivClassName
{
background-color: #CA1466;
}
.BgClassName
{
background-color: #CA1466;
}
</style>
border-color css
<style>
span { border-color: #CA1466; }
span { border-color: rgb(202,20,102); }
td.TdClassName
{
border-color: #CA1466;
}
.TagClassName
{
border-color: #CA1466;
}
</style>