Shades of Ruby #C9165E
Tints of Ruby #C9165E
RGB
CMYK
RGB Variations
Color information
#C9165E (or 0xC9165E) is known color: Ruby. HEX triplet: C9, 16 and 5E. RGB value is (201,22,94). Sum of RGB (Red+Green+Blue) = 201+22+94=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9165E is #36E9A1. Grayscale: #535353. Windows color (decimal): -3598754 or 6166217. OLE color: 6166217.
HSL color Cylindrical-coordinate representation of color #C9165E: hue angle of 335.87º degrees, saturation: 0.8, 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 #C9165E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 94 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.21 |
| HSL | 335.87º | 0.8% | 0.44% | - |
| HSV(B) | 335.87º | 0.89% | 0.79% | - |
| XYZ | 26.39 | 13.8 | 11.86 | - |
| YUV | 83.73 | 133.8 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 94 | 0 | 0.89 | 0.53 | 0.21 | 335.87 | 0.8 | 0.44 |
| Hex | C9 | 16 | 5E | 0 | 59 | 35 | 15 | 150 | 50 | 2C |
| Octal | 311 | 26 | 136 | 0 | 131 | 65 | 25 | 520 | 120 | 54 |
| Binary | 11001001 | 10110 | 1011110 | 0 | 1011001 | 110101 | 10101 | 101010000 | 1010000 | 101100 |
Color Harmonies of #C9165E
Complementary color
Monochromatic Colors of #C9165E
Black with #C9165E
Text Example
Text Example
White with #C9165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9165E; }
p { color: rgb(201,22,94); }
H1.HeaderClassName
{
color: #C9165E;
}
.AnyTagClassName
{
color: #C9165E;
}
</style>
background-color css
<style>
a { background-color: #C9165E; }
a { background-color: rgb(201,22,94); }
div.DivClassName
{
background-color: #C9165E;
}
.BgClassName
{
background-color: #C9165E;
}
</style>
border-color css
<style>
span { border-color: #C9165E; }
span { border-color: rgb(201,22,94); }
td.TdClassName
{
border-color: #C9165E;
}
.TagClassName
{
border-color: #C9165E;
}
</style>