Shades of Ruby #CA0C62
Tints of Ruby #CA0C62
RGB
CMYK
RGB Variations
Color information
#CA0C62 (or 0xCA0C62) is known color: Ruby. HEX triplet: CA, 0C and 62. RGB value is (202,12,98). Sum of RGB (Red+Green+Blue) = 202+12+98=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C62 is #35F39D. Grayscale: #4E4E4E. Windows color (decimal): -3535774 or 6425802. OLE color: 6425802.
HSL color Cylindrical-coordinate representation of color #CA0C62: hue angle of 332.84º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C62 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 98 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.21 |
| HSL | 332.84º | 0.89% | 0.42% | - |
| HSV(B) | 332.84º | 0.94% | 0.79% | - |
| XYZ | 26.69 | 13.7 | 12.79 | - |
| YUV | 78.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 98 | 0 | 0.94 | 0.51 | 0.21 | 332.84 | 0.89 | 0.42 |
| Hex | CA | C | 62 | 0 | 5E | 33 | 15 | 14D | 59 | 2A |
| Octal | 312 | 14 | 142 | 0 | 136 | 63 | 25 | 515 | 131 | 52 |
| Binary | 11001010 | 1100 | 1100010 | 0 | 1011110 | 110011 | 10101 | 101001101 | 1011001 | 101010 |
Color Harmonies of #CA0C62
Complementary color
Monochromatic Colors of #CA0C62
Black with #CA0C62
Text Example
Text Example
White with #CA0C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C62; }
p { color: rgb(202,12,98); }
H1.HeaderClassName
{
color: #CA0C62;
}
.AnyTagClassName
{
color: #CA0C62;
}
</style>
background-color css
<style>
a { background-color: #CA0C62; }
a { background-color: rgb(202,12,98); }
div.DivClassName
{
background-color: #CA0C62;
}
.BgClassName
{
background-color: #CA0C62;
}
</style>
border-color css
<style>
span { border-color: #CA0C62; }
span { border-color: rgb(202,12,98); }
td.TdClassName
{
border-color: #CA0C62;
}
.TagClassName
{
border-color: #CA0C62;
}
</style>