Shades of Ruby #CA1063
Tints of Ruby #CA1063
RGB
CMYK
RGB Variations
Color information
#CA1063 (or 0xCA1063) is known color: Ruby. HEX triplet: CA, 10 and 63. RGB value is (202,16,99). Sum of RGB (Red+Green+Blue) = 202+16+99=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1063 is #35EF9C. Grayscale: #505050. Windows color (decimal): -3534749 or 6492362. OLE color: 6492362.
HSL color Cylindrical-coordinate representation of color #CA1063: hue angle of 333.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1063 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 99 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.21 |
| HSL | 333.23º | 0.85% | 0.43% | - |
| HSV(B) | 333.23º | 0.92% | 0.79% | - |
| XYZ | 26.79 | 13.83 | 13.06 | - |
| YUV | 81.08 | 138.12 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 99 | 0 | 0.92 | 0.51 | 0.21 | 333.23 | 0.85 | 0.43 |
| Hex | CA | 10 | 63 | 0 | 5C | 33 | 15 | 14D | 55 | 2B |
| Octal | 312 | 20 | 143 | 0 | 134 | 63 | 25 | 515 | 125 | 53 |
| Binary | 11001010 | 10000 | 1100011 | 0 | 1011100 | 110011 | 10101 | 101001101 | 1010101 | 101011 |
Color Harmonies of #CA1063
Complementary color
Monochromatic Colors of #CA1063
Black with #CA1063
Text Example
Text Example
White with #CA1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1063; }
p { color: rgb(202,16,99); }
H1.HeaderClassName
{
color: #CA1063;
}
.AnyTagClassName
{
color: #CA1063;
}
</style>
background-color css
<style>
a { background-color: #CA1063; }
a { background-color: rgb(202,16,99); }
div.DivClassName
{
background-color: #CA1063;
}
.BgClassName
{
background-color: #CA1063;
}
</style>
border-color css
<style>
span { border-color: #CA1063; }
span { border-color: rgb(202,16,99); }
td.TdClassName
{
border-color: #CA1063;
}
.TagClassName
{
border-color: #CA1063;
}
</style>