Shades of Ruby #C71662
Tints of Ruby #C71662
RGB
CMYK
RGB Variations
Color information
#C71662 (or 0xC71662) is known color: Ruby. HEX triplet: C7, 16 and 62. RGB value is (199,22,98). Sum of RGB (Red+Green+Blue) = 199+22+98=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C71662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71662 is #38E99D. Grayscale: #535353. Windows color (decimal): -3729822 or 6428359. OLE color: 6428359.
HSL color Cylindrical-coordinate representation of color #C71662: hue angle of 334.24º 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 #C71662 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 98 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.22 |
| HSL | 334.24º | 0.8% | 0.43% | - |
| HSV(B) | 334.24º | 0.89% | 0.78% | - |
| XYZ | 26.04 | 13.6 | 12.81 | - |
| YUV | 83.59 | 136.14 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 98 | 0 | 0.89 | 0.51 | 0.22 | 334.24 | 0.8 | 0.43 |
| Hex | C7 | 16 | 62 | 0 | 59 | 33 | 16 | 14E | 50 | 2B |
| Octal | 307 | 26 | 142 | 0 | 131 | 63 | 26 | 516 | 120 | 53 |
| Binary | 11000111 | 10110 | 1100010 | 0 | 1011001 | 110011 | 10110 | 101001110 | 1010000 | 101011 |
Color Harmonies of #C71662
Complementary color
Monochromatic Colors of #C71662
Black with #C71662
Text Example
Text Example
White with #C71662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71662; }
p { color: rgb(199,22,98); }
H1.HeaderClassName
{
color: #C71662;
}
.AnyTagClassName
{
color: #C71662;
}
</style>
background-color css
<style>
a { background-color: #C71662; }
a { background-color: rgb(199,22,98); }
div.DivClassName
{
background-color: #C71662;
}
.BgClassName
{
background-color: #C71662;
}
</style>
border-color css
<style>
span { border-color: #C71662; }
span { border-color: rgb(199,22,98); }
td.TdClassName
{
border-color: #C71662;
}
.TagClassName
{
border-color: #C71662;
}
</style>