Shades of Ruby #C21660
Tints of Ruby #C21660
RGB
CMYK
RGB Variations
Color information
#C21660 (or 0xC21660) is known color: Ruby. HEX triplet: C2, 16 and 60. RGB value is (194,22,96). Sum of RGB (Red+Green+Blue) = 194+22+96=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21660 is #3DE99F. Grayscale: #515151. Windows color (decimal): -4057504 or 6297282. OLE color: 6297282.
HSL color Cylindrical-coordinate representation of color #C21660: hue angle of 334.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21660 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 96 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.24 |
| HSL | 334.19º | 0.8% | 0.42% | - |
| HSV(B) | 334.19º | 0.89% | 0.76% | - |
| XYZ | 24.65 | 12.89 | 12.25 | - |
| YUV | 81.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 96 | 0 | 0.89 | 0.51 | 0.24 | 334.19 | 0.8 | 0.42 |
| Hex | C2 | 16 | 60 | 0 | 59 | 33 | 18 | 14E | 50 | 2A |
| Octal | 302 | 26 | 140 | 0 | 131 | 63 | 30 | 516 | 120 | 52 |
| Binary | 11000010 | 10110 | 1100000 | 0 | 1011001 | 110011 | 11000 | 101001110 | 1010000 | 101010 |
Color Harmonies of #C21660
Complementary color
Monochromatic Colors of #C21660
Black with #C21660
Text Example
Text Example
White with #C21660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21660; }
p { color: rgb(194,22,96); }
H1.HeaderClassName
{
color: #C21660;
}
.AnyTagClassName
{
color: #C21660;
}
</style>
background-color css
<style>
a { background-color: #C21660; }
a { background-color: rgb(194,22,96); }
div.DivClassName
{
background-color: #C21660;
}
.BgClassName
{
background-color: #C21660;
}
</style>
border-color css
<style>
span { border-color: #C21660; }
span { border-color: rgb(194,22,96); }
td.TdClassName
{
border-color: #C21660;
}
.TagClassName
{
border-color: #C21660;
}
</style>