Shades of Ruby #C81560
Tints of Ruby #C81560
RGB
CMYK
RGB Variations
Color information
#C81560 (or 0xC81560) is known color: Ruby. HEX triplet: C8, 15 and 60. RGB value is (200,21,96). Sum of RGB (Red+Green+Blue) = 200+21+96=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C81560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81560 is #37EA9F. Grayscale: #525252. Windows color (decimal): -3664544 or 6297032. OLE color: 6297032.
HSL color Cylindrical-coordinate representation of color #C81560: hue angle of 334.86º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81560 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 96 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.22 |
| HSL | 334.86º | 0.81% | 0.43% | - |
| HSV(B) | 334.86º | 0.9% | 0.78% | - |
| XYZ | 26.2 | 13.66 | 12.32 | - |
| YUV | 83.07 | 135.3 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 96 | 0 | 0.90 | 0.52 | 0.22 | 334.86 | 0.81 | 0.43 |
| Hex | C8 | 15 | 60 | 0 | 5A | 34 | 16 | 14F | 51 | 2B |
| Octal | 310 | 25 | 140 | 0 | 132 | 64 | 26 | 517 | 121 | 53 |
| Binary | 11001000 | 10101 | 1100000 | 0 | 1011010 | 110100 | 10110 | 101001111 | 1010001 | 101011 |
Color Harmonies of #C81560
Complementary color
Monochromatic Colors of #C81560
Black with #C81560
Text Example
Text Example
White with #C81560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81560; }
p { color: rgb(200,21,96); }
H1.HeaderClassName
{
color: #C81560;
}
.AnyTagClassName
{
color: #C81560;
}
</style>
background-color css
<style>
a { background-color: #C81560; }
a { background-color: rgb(200,21,96); }
div.DivClassName
{
background-color: #C81560;
}
.BgClassName
{
background-color: #C81560;
}
</style>
border-color css
<style>
span { border-color: #C81560; }
span { border-color: rgb(200,21,96); }
td.TdClassName
{
border-color: #C81560;
}
.TagClassName
{
border-color: #C81560;
}
</style>