Shades of Ruby #C7176A
Tints of Ruby #C7176A
RGB
CMYK
RGB Variations
Color information
#C7176A (or 0xC7176A) is known color: Ruby. HEX triplet: C7, 17 and 6A. RGB value is (199,23,106). Sum of RGB (Red+Green+Blue) = 199+23+106=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7176A is #38E895. Grayscale: #545454. Windows color (decimal): -3729558 or 6952903. OLE color: 6952903.
HSL color Cylindrical-coordinate representation of color #C7176A: hue angle of 331.7º 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 #C7176A is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 106 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.22 |
| HSL | 331.7º | 0.79% | 0.44% | - |
| HSV(B) | 331.7º | 0.88% | 0.78% | - |
| XYZ | 26.46 | 13.8 | 14.9 | - |
| YUV | 85.09 | 139.81 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 106 | 0 | 0.88 | 0.47 | 0.22 | 331.7 | 0.79 | 0.44 |
| Hex | C7 | 17 | 6A | 0 | 58 | 2F | 16 | 14C | 4F | 2C |
| Octal | 307 | 27 | 152 | 0 | 130 | 57 | 26 | 514 | 117 | 54 |
| Binary | 11000111 | 10111 | 1101010 | 0 | 1011000 | 101111 | 10110 | 101001100 | 1001111 | 101100 |
Color Harmonies of #C7176A
Complementary color
Monochromatic Colors of #C7176A
Black with #C7176A
Text Example
Text Example
White with #C7176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7176A; }
p { color: rgb(199,23,106); }
H1.HeaderClassName
{
color: #C7176A;
}
.AnyTagClassName
{
color: #C7176A;
}
</style>
background-color css
<style>
a { background-color: #C7176A; }
a { background-color: rgb(199,23,106); }
div.DivClassName
{
background-color: #C7176A;
}
.BgClassName
{
background-color: #C7176A;
}
</style>
border-color css
<style>
span { border-color: #C7176A; }
span { border-color: rgb(199,23,106); }
td.TdClassName
{
border-color: #C7176A;
}
.TagClassName
{
border-color: #C7176A;
}
</style>