Shades of Ruby #CA0863
Tints of Ruby #CA0863
RGB
CMYK
RGB Variations
Color information
#CA0863 (or 0xCA0863) is known color: Ruby. HEX triplet: CA, 08 and 63. RGB value is (202,8,99). Sum of RGB (Red+Green+Blue) = 202+8+99=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0863 is #35F79C. Grayscale: #4C4C4C. Windows color (decimal): -3536797 or 6490314. OLE color: 6490314.
HSL color Cylindrical-coordinate representation of color #CA0863: hue angle of 331.86º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0863 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.21 |
| HSL | 331.86º | 0.92% | 0.41% | - |
| HSV(B) | 331.86º | 0.96% | 0.79% | - |
| XYZ | 26.7 | 13.63 | 13.03 | - |
| YUV | 76.38 | 140.77 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 99 | 0 | 0.96 | 0.51 | 0.21 | 331.86 | 0.92 | 0.41 |
| Hex | CA | 8 | 63 | 0 | 60 | 33 | 15 | 14C | 5C | 29 |
| Octal | 312 | 10 | 143 | 0 | 140 | 63 | 25 | 514 | 134 | 51 |
| Binary | 11001010 | 1000 | 1100011 | 0 | 1100000 | 110011 | 10101 | 101001100 | 1011100 | 101001 |
Color Harmonies of #CA0863
Complementary color
Monochromatic Colors of #CA0863
Black with #CA0863
Text Example
Text Example
White with #CA0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0863; }
p { color: rgb(202,8,99); }
H1.HeaderClassName
{
color: #CA0863;
}
.AnyTagClassName
{
color: #CA0863;
}
</style>
background-color css
<style>
a { background-color: #CA0863; }
a { background-color: rgb(202,8,99); }
div.DivClassName
{
background-color: #CA0863;
}
.BgClassName
{
background-color: #CA0863;
}
</style>
border-color css
<style>
span { border-color: #CA0863; }
span { border-color: rgb(202,8,99); }
td.TdClassName
{
border-color: #CA0863;
}
.TagClassName
{
border-color: #CA0863;
}
</style>