Shades of Ruby #CA0762
Tints of Ruby #CA0762
RGB
CMYK
RGB Variations
Color information
#CA0762 (or 0xCA0762) is known color: Ruby. HEX triplet: CA, 07 and 62. RGB value is (202,7,98). Sum of RGB (Red+Green+Blue) = 202+7+98=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0762 is #35F89D. Grayscale: #4B4B4B. Windows color (decimal): -3537054 or 6424522. OLE color: 6424522.
HSL color Cylindrical-coordinate representation of color #CA0762: hue angle of 332º 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 #CA0762 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.21 |
| HSL | 332º | 0.93% | 0.41% | - |
| HSV(B) | 332º | 0.97% | 0.79% | - |
| XYZ | 26.64 | 13.59 | 12.77 | - |
| YUV | 75.68 | 140.6 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 98 | 0 | 0.97 | 0.51 | 0.21 | 332 | 0.93 | 0.41 |
| Hex | CA | 7 | 62 | 0 | 61 | 33 | 15 | 14C | 5D | 29 |
| Octal | 312 | 7 | 142 | 0 | 141 | 63 | 25 | 514 | 135 | 51 |
| Binary | 11001010 | 111 | 1100010 | 0 | 1100001 | 110011 | 10101 | 101001100 | 1011101 | 101001 |
Color Harmonies of #CA0762
Complementary color
Monochromatic Colors of #CA0762
Black with #CA0762
Text Example
Text Example
White with #CA0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0762; }
p { color: rgb(202,7,98); }
H1.HeaderClassName
{
color: #CA0762;
}
.AnyTagClassName
{
color: #CA0762;
}
</style>
background-color css
<style>
a { background-color: #CA0762; }
a { background-color: rgb(202,7,98); }
div.DivClassName
{
background-color: #CA0762;
}
.BgClassName
{
background-color: #CA0762;
}
</style>
border-color css
<style>
span { border-color: #CA0762; }
span { border-color: rgb(202,7,98); }
td.TdClassName
{
border-color: #CA0762;
}
.TagClassName
{
border-color: #CA0762;
}
</style>