Shades of Ruby #C71661
Tints of Ruby #C71661
RGB
CMYK
RGB Variations
Color information
#C71661 (or 0xC71661) is known color: Ruby. HEX triplet: C7, 16 and 61. RGB value is (199,22,97). Sum of RGB (Red+Green+Blue) = 199+22+97=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C71661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71661 is #38E99E. Grayscale: #535353. Windows color (decimal): -3729823 or 6362823. OLE color: 6362823.
HSL color Cylindrical-coordinate representation of color #C71661: hue angle of 334.58º 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 #C71661 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 97 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.22 |
| HSL | 334.58º | 0.8% | 0.43% | - |
| HSV(B) | 334.58º | 0.89% | 0.78% | - |
| XYZ | 26 | 13.58 | 12.56 | - |
| YUV | 83.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 97 | 0 | 0.89 | 0.51 | 0.22 | 334.58 | 0.8 | 0.43 |
| Hex | C7 | 16 | 61 | 0 | 59 | 33 | 16 | 14F | 50 | 2B |
| Octal | 307 | 26 | 141 | 0 | 131 | 63 | 26 | 517 | 120 | 53 |
| Binary | 11000111 | 10110 | 1100001 | 0 | 1011001 | 110011 | 10110 | 101001111 | 1010000 | 101011 |
Color Harmonies of #C71661
Complementary color
Monochromatic Colors of #C71661
Black with #C71661
Text Example
Text Example
White with #C71661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71661; }
p { color: rgb(199,22,97); }
H1.HeaderClassName
{
color: #C71661;
}
.AnyTagClassName
{
color: #C71661;
}
</style>
background-color css
<style>
a { background-color: #C71661; }
a { background-color: rgb(199,22,97); }
div.DivClassName
{
background-color: #C71661;
}
.BgClassName
{
background-color: #C71661;
}
</style>
border-color css
<style>
span { border-color: #C71661; }
span { border-color: rgb(199,22,97); }
td.TdClassName
{
border-color: #C71661;
}
.TagClassName
{
border-color: #C71661;
}
</style>