Shades of Ruby #CA0A5E
Tints of Ruby #CA0A5E
RGB
CMYK
RGB Variations
Color information
#CA0A5E (or 0xCA0A5E) is known color: Ruby. HEX triplet: CA, 0A and 5E. RGB value is (202,10,94). Sum of RGB (Red+Green+Blue) = 202+10+94=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0A5E is #35F5A1. Grayscale: #4C4C4C. Windows color (decimal): -3536290 or 6163146. OLE color: 6163146.
HSL color Cylindrical-coordinate representation of color #CA0A5E: hue angle of 333.75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0A5E is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.21 |
| HSL | 333.75º | 0.91% | 0.42% | - |
| HSV(B) | 333.75º | 0.95% | 0.79% | - |
| XYZ | 26.49 | 13.58 | 11.82 | - |
| YUV | 76.98 | 137.61 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 94 | 0 | 0.95 | 0.53 | 0.21 | 333.75 | 0.91 | 0.42 |
| Hex | CA | A | 5E | 0 | 5F | 35 | 15 | 14E | 5B | 2A |
| Octal | 312 | 12 | 136 | 0 | 137 | 65 | 25 | 516 | 133 | 52 |
| Binary | 11001010 | 1010 | 1011110 | 0 | 1011111 | 110101 | 10101 | 101001110 | 1011011 | 101010 |
Color Harmonies of #CA0A5E
Complementary color
Monochromatic Colors of #CA0A5E
Black with #CA0A5E
Text Example
Text Example
White with #CA0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0A5E; }
p { color: rgb(202,10,94); }
H1.HeaderClassName
{
color: #CA0A5E;
}
.AnyTagClassName
{
color: #CA0A5E;
}
</style>
background-color css
<style>
a { background-color: #CA0A5E; }
a { background-color: rgb(202,10,94); }
div.DivClassName
{
background-color: #CA0A5E;
}
.BgClassName
{
background-color: #CA0A5E;
}
</style>
border-color css
<style>
span { border-color: #CA0A5E; }
span { border-color: rgb(202,10,94); }
td.TdClassName
{
border-color: #CA0A5E;
}
.TagClassName
{
border-color: #CA0A5E;
}
</style>