Shades of Ruby #C91162
Tints of Ruby #C91162
RGB
CMYK
RGB Variations
Color information
#C91162 (or 0xC91162) is known color: Ruby. HEX triplet: C9, 11 and 62. RGB value is (201,17,98). Sum of RGB (Red+Green+Blue) = 201+17+98=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C91162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91162 is #36EE9D. Grayscale: #515151. Windows color (decimal): -3600030 or 6427081. OLE color: 6427081.
HSL color Cylindrical-coordinate representation of color #C91162: hue angle of 333.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91162 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 98 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.21 |
| HSL | 333.59º | 0.84% | 0.43% | - |
| HSV(B) | 333.59º | 0.92% | 0.79% | - |
| XYZ | 26.49 | 13.7 | 12.8 | - |
| YUV | 81.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 98 | 0 | 0.92 | 0.51 | 0.21 | 333.59 | 0.84 | 0.43 |
| Hex | C9 | 11 | 62 | 0 | 5C | 33 | 15 | 14E | 54 | 2B |
| Octal | 311 | 21 | 142 | 0 | 134 | 63 | 25 | 516 | 124 | 53 |
| Binary | 11001001 | 10001 | 1100010 | 0 | 1011100 | 110011 | 10101 | 101001110 | 1010100 | 101011 |
Color Harmonies of #C91162
Complementary color
Monochromatic Colors of #C91162
Black with #C91162
Text Example
Text Example
White with #C91162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91162; }
p { color: rgb(201,17,98); }
H1.HeaderClassName
{
color: #C91162;
}
.AnyTagClassName
{
color: #C91162;
}
</style>
background-color css
<style>
a { background-color: #C91162; }
a { background-color: rgb(201,17,98); }
div.DivClassName
{
background-color: #C91162;
}
.BgClassName
{
background-color: #C91162;
}
</style>
border-color css
<style>
span { border-color: #C91162; }
span { border-color: rgb(201,17,98); }
td.TdClassName
{
border-color: #C91162;
}
.TagClassName
{
border-color: #C91162;
}
</style>