Shades of Ruby #CA0C56
Tints of Ruby #CA0C56
RGB
CMYK
RGB Variations
Color information
#CA0C56 (or 0xCA0C56) is known color: Ruby. HEX triplet: CA, 0C and 56. RGB value is (202,12,86). Sum of RGB (Red+Green+Blue) = 202+12+86=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C56 is #35F3A9. Grayscale: #4D4D4D. Windows color (decimal): -3535786 or 5639370. OLE color: 5639370.
HSL color Cylindrical-coordinate representation of color #CA0C56: hue angle of 336.63º 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 #CA0C56 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 86 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.21 |
| HSL | 336.63º | 0.89% | 0.42% | - |
| HSV(B) | 336.63º | 0.94% | 0.79% | - |
| XYZ | 26.17 | 13.49 | 10.03 | - |
| YUV | 77.25 | 132.95 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 86 | 0 | 0.94 | 0.57 | 0.21 | 336.63 | 0.89 | 0.42 |
| Hex | CA | C | 56 | 0 | 5E | 39 | 15 | 151 | 59 | 2A |
| Octal | 312 | 14 | 126 | 0 | 136 | 71 | 25 | 521 | 131 | 52 |
| Binary | 11001010 | 1100 | 1010110 | 0 | 1011110 | 111001 | 10101 | 101010001 | 1011001 | 101010 |
Color Harmonies of #CA0C56
Complementary color
Monochromatic Colors of #CA0C56
Black with #CA0C56
Text Example
Text Example
White with #CA0C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C56; }
p { color: rgb(202,12,86); }
H1.HeaderClassName
{
color: #CA0C56;
}
.AnyTagClassName
{
color: #CA0C56;
}
</style>
background-color css
<style>
a { background-color: #CA0C56; }
a { background-color: rgb(202,12,86); }
div.DivClassName
{
background-color: #CA0C56;
}
.BgClassName
{
background-color: #CA0C56;
}
</style>
border-color css
<style>
span { border-color: #CA0C56; }
span { border-color: rgb(202,12,86); }
td.TdClassName
{
border-color: #CA0C56;
}
.TagClassName
{
border-color: #CA0C56;
}
</style>