Shades of Ruby #C71868
Tints of Ruby #C71868
RGB
CMYK
RGB Variations
Color information
#C71868 (or 0xC71868) is known color: Ruby. HEX triplet: C7, 18 and 68. RGB value is (199,24,104). Sum of RGB (Red+Green+Blue) = 199+24+104=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C71868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71868 is #38E797. Grayscale: #555555. Windows color (decimal): -3729304 or 6822087. OLE color: 6822087.
HSL color Cylindrical-coordinate representation of color #C71868: hue angle of 332.57º degrees, saturation: 0.78, 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 #C71868 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 104 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.22 |
| HSL | 332.57º | 0.78% | 0.44% | - |
| HSV(B) | 332.57º | 0.88% | 0.78% | - |
| XYZ | 26.38 | 13.79 | 14.37 | - |
| YUV | 85.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 104 | 0 | 0.88 | 0.48 | 0.22 | 332.57 | 0.78 | 0.44 |
| Hex | C7 | 18 | 68 | 0 | 58 | 30 | 16 | 14D | 4E | 2C |
| Octal | 307 | 30 | 150 | 0 | 130 | 60 | 26 | 515 | 116 | 54 |
| Binary | 11000111 | 11000 | 1101000 | 0 | 1011000 | 110000 | 10110 | 101001101 | 1001110 | 101100 |
Color Harmonies of #C71868
Complementary color
Monochromatic Colors of #C71868
Black with #C71868
Text Example
Text Example
White with #C71868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71868; }
p { color: rgb(199,24,104); }
H1.HeaderClassName
{
color: #C71868;
}
.AnyTagClassName
{
color: #C71868;
}
</style>
background-color css
<style>
a { background-color: #C71868; }
a { background-color: rgb(199,24,104); }
div.DivClassName
{
background-color: #C71868;
}
.BgClassName
{
background-color: #C71868;
}
</style>
border-color css
<style>
span { border-color: #C71868; }
span { border-color: rgb(199,24,104); }
td.TdClassName
{
border-color: #C71868;
}
.TagClassName
{
border-color: #C71868;
}
</style>