Shades of Ruby #C71763
Tints of Ruby #C71763
RGB
CMYK
RGB Variations
Color information
#C71763 (or 0xC71763) is known color: Ruby. HEX triplet: C7, 17 and 63. RGB value is (199,23,99). Sum of RGB (Red+Green+Blue) = 199+23+99=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C71763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71763 is #38E89C. Grayscale: #545454. Windows color (decimal): -3729565 or 6494151. OLE color: 6494151.
HSL color Cylindrical-coordinate representation of color #C71763: hue angle of 334.09º 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 #C71763 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 99 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.22 |
| HSL | 334.09º | 0.79% | 0.44% | - |
| HSV(B) | 334.09º | 0.88% | 0.78% | - |
| XYZ | 26.11 | 13.66 | 13.06 | - |
| YUV | 84.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 99 | 0 | 0.88 | 0.50 | 0.22 | 334.09 | 0.79 | 0.44 |
| Hex | C7 | 17 | 63 | 0 | 58 | 32 | 16 | 14E | 4F | 2C |
| Octal | 307 | 27 | 143 | 0 | 130 | 62 | 26 | 516 | 117 | 54 |
| Binary | 11000111 | 10111 | 1100011 | 0 | 1011000 | 110010 | 10110 | 101001110 | 1001111 | 101100 |
Color Harmonies of #C71763
Complementary color
Monochromatic Colors of #C71763
Black with #C71763
Text Example
Text Example
White with #C71763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71763; }
p { color: rgb(199,23,99); }
H1.HeaderClassName
{
color: #C71763;
}
.AnyTagClassName
{
color: #C71763;
}
</style>
background-color css
<style>
a { background-color: #C71763; }
a { background-color: rgb(199,23,99); }
div.DivClassName
{
background-color: #C71763;
}
.BgClassName
{
background-color: #C71763;
}
</style>
border-color css
<style>
span { border-color: #C71763; }
span { border-color: rgb(199,23,99); }
td.TdClassName
{
border-color: #C71763;
}
.TagClassName
{
border-color: #C71763;
}
</style>