Shades of Ruby #CA0660
Tints of Ruby #CA0660
RGB
CMYK
RGB Variations
Color information
#CA0660 (or 0xCA0660) is known color: Ruby. HEX triplet: CA, 06 and 60. RGB value is (202,6,96). Sum of RGB (Red+Green+Blue) = 202+6+96=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0660 is #35F99F. Grayscale: #4A4A4A. Windows color (decimal): -3537312 or 6293194. OLE color: 6293194.
HSL color Cylindrical-coordinate representation of color #CA0660: hue angle of 332.45º degrees, saturation: 0.94, 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 #CA0660 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 6 | 96 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.21 |
| HSL | 332.45º | 0.94% | 0.41% | - |
| HSV(B) | 332.45º | 0.97% | 0.79% | - |
| XYZ | 26.53 | 13.53 | 12.28 | - |
| YUV | 74.86 | 139.93 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 96 | 0 | 0.97 | 0.52 | 0.21 | 332.45 | 0.94 | 0.41 |
| Hex | CA | 6 | 60 | 0 | 61 | 34 | 15 | 14C | 5E | 29 |
| Octal | 312 | 6 | 140 | 0 | 141 | 64 | 25 | 514 | 136 | 51 |
| Binary | 11001010 | 110 | 1100000 | 0 | 1100001 | 110100 | 10101 | 101001100 | 1011110 | 101001 |
Color Harmonies of #CA0660
Complementary color
Monochromatic Colors of #CA0660
Black with #CA0660
Text Example
Text Example
White with #CA0660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0660; }
p { color: rgb(202,6,96); }
H1.HeaderClassName
{
color: #CA0660;
}
.AnyTagClassName
{
color: #CA0660;
}
</style>
background-color css
<style>
a { background-color: #CA0660; }
a { background-color: rgb(202,6,96); }
div.DivClassName
{
background-color: #CA0660;
}
.BgClassName
{
background-color: #CA0660;
}
</style>
border-color css
<style>
span { border-color: #CA0660; }
span { border-color: rgb(202,6,96); }
td.TdClassName
{
border-color: #CA0660;
}
.TagClassName
{
border-color: #CA0660;
}
</style>