Shades of Ruby #C91056
Tints of Ruby #C91056
RGB
CMYK
RGB Variations
Color information
#C91056 (or 0xC91056) is known color: Ruby. HEX triplet: C9, 10 and 56. RGB value is (201,16,86). Sum of RGB (Red+Green+Blue) = 201+16+86=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C91056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91056 is #36EFA9. Grayscale: #4F4F4F. Windows color (decimal): -3600298 or 5640393. OLE color: 5640393.
HSL color Cylindrical-coordinate representation of color #C91056: hue angle of 337.3º degrees, saturation: 0.85, 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 #C91056 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 86 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.21 |
| HSL | 337.3º | 0.85% | 0.43% | - |
| HSV(B) | 337.3º | 0.92% | 0.79% | - |
| XYZ | 25.95 | 13.46 | 10.03 | - |
| YUV | 79.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 86 | 0 | 0.92 | 0.57 | 0.21 | 337.3 | 0.85 | 0.43 |
| Hex | C9 | 10 | 56 | 0 | 5C | 39 | 15 | 151 | 55 | 2B |
| Octal | 311 | 20 | 126 | 0 | 134 | 71 | 25 | 521 | 125 | 53 |
| Binary | 11001001 | 10000 | 1010110 | 0 | 1011100 | 111001 | 10101 | 101010001 | 1010101 | 101011 |
Color Harmonies of #C91056
Complementary color
Monochromatic Colors of #C91056
Black with #C91056
Text Example
Text Example
White with #C91056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91056; }
p { color: rgb(201,16,86); }
H1.HeaderClassName
{
color: #C91056;
}
.AnyTagClassName
{
color: #C91056;
}
</style>
background-color css
<style>
a { background-color: #C91056; }
a { background-color: rgb(201,16,86); }
div.DivClassName
{
background-color: #C91056;
}
.BgClassName
{
background-color: #C91056;
}
</style>
border-color css
<style>
span { border-color: #C91056; }
span { border-color: rgb(201,16,86); }
td.TdClassName
{
border-color: #C91056;
}
.TagClassName
{
border-color: #C91056;
}
</style>