Shades of Ruby #C71760
Tints of Ruby #C71760
RGB
CMYK
RGB Variations
Color information
#C71760 (or 0xC71760) is known color: Ruby. HEX triplet: C7, 17 and 60. RGB value is (199,23,96). Sum of RGB (Red+Green+Blue) = 199+23+96=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C71760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71760 is #38E89F. Grayscale: #535353. Windows color (decimal): -3729568 or 6297543. OLE color: 6297543.
HSL color Cylindrical-coordinate representation of color #C71760: hue angle of 335.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71760 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 96 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.22 |
| HSL | 335.11º | 0.79% | 0.44% | - |
| HSV(B) | 335.11º | 0.88% | 0.78% | - |
| XYZ | 25.97 | 13.6 | 12.32 | - |
| YUV | 83.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 96 | 0 | 0.88 | 0.52 | 0.22 | 335.11 | 0.79 | 0.44 |
| Hex | C7 | 17 | 60 | 0 | 58 | 34 | 16 | 14F | 4F | 2C |
| Octal | 307 | 27 | 140 | 0 | 130 | 64 | 26 | 517 | 117 | 54 |
| Binary | 11000111 | 10111 | 1100000 | 0 | 1011000 | 110100 | 10110 | 101001111 | 1001111 | 101100 |
Color Harmonies of #C71760
Complementary color
Monochromatic Colors of #C71760
Black with #C71760
Text Example
Text Example
White with #C71760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71760; }
p { color: rgb(199,23,96); }
H1.HeaderClassName
{
color: #C71760;
}
.AnyTagClassName
{
color: #C71760;
}
</style>
background-color css
<style>
a { background-color: #C71760; }
a { background-color: rgb(199,23,96); }
div.DivClassName
{
background-color: #C71760;
}
.BgClassName
{
background-color: #C71760;
}
</style>
border-color css
<style>
span { border-color: #C71760; }
span { border-color: rgb(199,23,96); }
td.TdClassName
{
border-color: #C71760;
}
.TagClassName
{
border-color: #C71760;
}
</style>