Shades of Ruby #CA0761
Tints of Ruby #CA0761
RGB
CMYK
RGB Variations
Color information
#CA0761 (or 0xCA0761) is known color: Ruby. HEX triplet: CA, 07 and 61. RGB value is (202,7,97). Sum of RGB (Red+Green+Blue) = 202+7+97=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0761 is #35F89E. Grayscale: #4B4B4B. Windows color (decimal): -3537055 or 6358986. OLE color: 6358986.
HSL color Cylindrical-coordinate representation of color #CA0761: hue angle of 332.31º 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 #CA0761 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.21 |
| HSL | 332.31º | 0.93% | 0.41% | - |
| HSV(B) | 332.31º | 0.97% | 0.79% | - |
| XYZ | 26.59 | 13.57 | 12.53 | - |
| YUV | 75.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 97 | 0 | 0.97 | 0.52 | 0.21 | 332.31 | 0.93 | 0.41 |
| Hex | CA | 7 | 61 | 0 | 61 | 34 | 15 | 14C | 5D | 29 |
| Octal | 312 | 7 | 141 | 0 | 141 | 64 | 25 | 514 | 135 | 51 |
| Binary | 11001010 | 111 | 1100001 | 0 | 1100001 | 110100 | 10101 | 101001100 | 1011101 | 101001 |
Color Harmonies of #CA0761
Complementary color
Monochromatic Colors of #CA0761
Black with #CA0761
Text Example
Text Example
White with #CA0761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0761; }
p { color: rgb(202,7,97); }
H1.HeaderClassName
{
color: #CA0761;
}
.AnyTagClassName
{
color: #CA0761;
}
</style>
background-color css
<style>
a { background-color: #CA0761; }
a { background-color: rgb(202,7,97); }
div.DivClassName
{
background-color: #CA0761;
}
.BgClassName
{
background-color: #CA0761;
}
</style>
border-color css
<style>
span { border-color: #CA0761; }
span { border-color: rgb(202,7,97); }
td.TdClassName
{
border-color: #CA0761;
}
.TagClassName
{
border-color: #CA0761;
}
</style>