Shades of Ruby #C91262
Tints of Ruby #C91262
RGB
CMYK
RGB Variations
Color information
#C91262 (or 0xC91262) is known color: Ruby. HEX triplet: C9, 12 and 62. RGB value is (201,18,98). Sum of RGB (Red+Green+Blue) = 201+18+98=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C91262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91262 is #36ED9D. Grayscale: #515151. Windows color (decimal): -3599774 or 6427337. OLE color: 6427337.
HSL color Cylindrical-coordinate representation of color #C91262: hue angle of 333.77º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91262 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 98 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.21 |
| HSL | 333.77º | 0.84% | 0.43% | - |
| HSV(B) | 333.77º | 0.91% | 0.79% | - |
| XYZ | 26.51 | 13.73 | 12.81 | - |
| YUV | 81.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 98 | 0 | 0.91 | 0.51 | 0.21 | 333.77 | 0.84 | 0.43 |
| Hex | C9 | 12 | 62 | 0 | 5B | 33 | 15 | 14E | 54 | 2B |
| Octal | 311 | 22 | 142 | 0 | 133 | 63 | 25 | 516 | 124 | 53 |
| Binary | 11001001 | 10010 | 1100010 | 0 | 1011011 | 110011 | 10101 | 101001110 | 1010100 | 101011 |
Color Harmonies of #C91262
Complementary color
Monochromatic Colors of #C91262
Black with #C91262
Text Example
Text Example
White with #C91262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91262; }
p { color: rgb(201,18,98); }
H1.HeaderClassName
{
color: #C91262;
}
.AnyTagClassName
{
color: #C91262;
}
</style>
background-color css
<style>
a { background-color: #C91262; }
a { background-color: rgb(201,18,98); }
div.DivClassName
{
background-color: #C91262;
}
.BgClassName
{
background-color: #C91262;
}
</style>
border-color css
<style>
span { border-color: #C91262; }
span { border-color: rgb(201,18,98); }
td.TdClassName
{
border-color: #C91262;
}
.TagClassName
{
border-color: #C91262;
}
</style>