Shades of Ruby #C71660
Tints of Ruby #C71660
RGB
CMYK
RGB Variations
Color information
#C71660 (or 0xC71660) is known color: Ruby. HEX triplet: C7, 16 and 60. RGB value is (199,22,96). Sum of RGB (Red+Green+Blue) = 199+22+96=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C71660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71660 is #38E99F. Grayscale: #535353. Windows color (decimal): -3729824 or 6297287. OLE color: 6297287.
HSL color Cylindrical-coordinate representation of color #C71660: hue angle of 334.92º degrees, saturation: 0.8, 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 #C71660 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 96 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.22 |
| HSL | 334.92º | 0.8% | 0.43% | - |
| HSV(B) | 334.92º | 0.89% | 0.78% | - |
| XYZ | 25.95 | 13.56 | 12.32 | - |
| YUV | 83.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 96 | 0 | 0.89 | 0.52 | 0.22 | 334.92 | 0.8 | 0.43 |
| Hex | C7 | 16 | 60 | 0 | 59 | 34 | 16 | 14F | 50 | 2B |
| Octal | 307 | 26 | 140 | 0 | 131 | 64 | 26 | 517 | 120 | 53 |
| Binary | 11000111 | 10110 | 1100000 | 0 | 1011001 | 110100 | 10110 | 101001111 | 1010000 | 101011 |
Color Harmonies of #C71660
Complementary color
Monochromatic Colors of #C71660
Black with #C71660
Text Example
Text Example
White with #C71660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71660; }
p { color: rgb(199,22,96); }
H1.HeaderClassName
{
color: #C71660;
}
.AnyTagClassName
{
color: #C71660;
}
</style>
background-color css
<style>
a { background-color: #C71660; }
a { background-color: rgb(199,22,96); }
div.DivClassName
{
background-color: #C71660;
}
.BgClassName
{
background-color: #C71660;
}
</style>
border-color css
<style>
span { border-color: #C71660; }
span { border-color: rgb(199,22,96); }
td.TdClassName
{
border-color: #C71660;
}
.TagClassName
{
border-color: #C71660;
}
</style>