Shades of Ruby #CA0760
Tints of Ruby #CA0760
RGB
CMYK
RGB Variations
Color information
#CA0760 (or 0xCA0760) is known color: Ruby. HEX triplet: CA, 07 and 60. RGB value is (202,7,96). Sum of RGB (Red+Green+Blue) = 202+7+96=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0760 is #35F89F. Grayscale: #4B4B4B. Windows color (decimal): -3537056 or 6293450. OLE color: 6293450.
HSL color Cylindrical-coordinate representation of color #CA0760: hue angle of 332.62º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA0760 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.21 |
| HSL | 332.62º | 0.93% | 0.41% | - |
| HSV(B) | 332.62º | 0.97% | 0.79% | - |
| XYZ | 26.54 | 13.55 | 12.28 | - |
| YUV | 75.45 | 139.6 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 96 | 0 | 0.97 | 0.52 | 0.21 | 332.62 | 0.93 | 0.41 |
| Hex | CA | 7 | 60 | 0 | 61 | 34 | 15 | 14D | 5D | 29 |
| Octal | 312 | 7 | 140 | 0 | 141 | 64 | 25 | 515 | 135 | 51 |
| Binary | 11001010 | 111 | 1100000 | 0 | 1100001 | 110100 | 10101 | 101001101 | 1011101 | 101001 |
Color Harmonies of #CA0760
Complementary color
Monochromatic Colors of #CA0760
Black with #CA0760
Text Example
Text Example
White with #CA0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0760; }
p { color: rgb(202,7,96); }
H1.HeaderClassName
{
color: #CA0760;
}
.AnyTagClassName
{
color: #CA0760;
}
</style>
background-color css
<style>
a { background-color: #CA0760; }
a { background-color: rgb(202,7,96); }
div.DivClassName
{
background-color: #CA0760;
}
.BgClassName
{
background-color: #CA0760;
}
</style>
border-color css
<style>
span { border-color: #CA0760; }
span { border-color: rgb(202,7,96); }
td.TdClassName
{
border-color: #CA0760;
}
.TagClassName
{
border-color: #CA0760;
}
</style>