Shades of Ruby #C9176A
Tints of Ruby #C9176A
RGB
CMYK
RGB Variations
Color information
#C9176A (or 0xC9176A) is known color: Ruby. HEX triplet: C9, 17 and 6A. RGB value is (201,23,106). Sum of RGB (Red+Green+Blue) = 201+23+106=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9176A is #36E895. Grayscale: #555555. Windows color (decimal): -3598486 or 6952905. OLE color: 6952905.
HSL color Cylindrical-coordinate representation of color #C9176A: hue angle of 332.02º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C9176A is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 106 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.21 |
| HSL | 332.02º | 0.79% | 0.44% | - |
| HSV(B) | 332.02º | 0.89% | 0.79% | - |
| XYZ | 27 | 14.07 | 14.93 | - |
| YUV | 85.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 106 | 0 | 0.89 | 0.47 | 0.21 | 332.02 | 0.79 | 0.44 |
| Hex | C9 | 17 | 6A | 0 | 59 | 2F | 15 | 14C | 4F | 2C |
| Octal | 311 | 27 | 152 | 0 | 131 | 57 | 25 | 514 | 117 | 54 |
| Binary | 11001001 | 10111 | 1101010 | 0 | 1011001 | 101111 | 10101 | 101001100 | 1001111 | 101100 |
Color Harmonies of #C9176A
Complementary color
Monochromatic Colors of #C9176A
Black with #C9176A
Text Example
Text Example
White with #C9176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9176A; }
p { color: rgb(201,23,106); }
H1.HeaderClassName
{
color: #C9176A;
}
.AnyTagClassName
{
color: #C9176A;
}
</style>
background-color css
<style>
a { background-color: #C9176A; }
a { background-color: rgb(201,23,106); }
div.DivClassName
{
background-color: #C9176A;
}
.BgClassName
{
background-color: #C9176A;
}
</style>
border-color css
<style>
span { border-color: #C9176A; }
span { border-color: rgb(201,23,106); }
td.TdClassName
{
border-color: #C9176A;
}
.TagClassName
{
border-color: #C9176A;
}
</style>