Shades of Ruby #C91064
Tints of Ruby #C91064
RGB
CMYK
RGB Variations
Color information
#C91064 (or 0xC91064) is known color: Ruby. HEX triplet: C9, 10 and 64. RGB value is (201,16,100). Sum of RGB (Red+Green+Blue) = 201+16+100=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C91064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91064 is #36EF9B. Grayscale: #505050. Windows color (decimal): -3600284 or 6557897. OLE color: 6557897.
HSL color Cylindrical-coordinate representation of color #C91064: hue angle of 332.76º 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 #C91064 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 100 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.21 |
| HSL | 332.76º | 0.85% | 0.43% | - |
| HSV(B) | 332.76º | 0.92% | 0.79% | - |
| XYZ | 26.57 | 13.71 | 13.3 | - |
| YUV | 80.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 100 | 0 | 0.92 | 0.50 | 0.21 | 332.76 | 0.85 | 0.43 |
| Hex | C9 | 10 | 64 | 0 | 5C | 32 | 15 | 14D | 55 | 2B |
| Octal | 311 | 20 | 144 | 0 | 134 | 62 | 25 | 515 | 125 | 53 |
| Binary | 11001001 | 10000 | 1100100 | 0 | 1011100 | 110010 | 10101 | 101001101 | 1010101 | 101011 |
Color Harmonies of #C91064
Complementary color
Monochromatic Colors of #C91064
Black with #C91064
Text Example
Text Example
White with #C91064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91064; }
p { color: rgb(201,16,100); }
H1.HeaderClassName
{
color: #C91064;
}
.AnyTagClassName
{
color: #C91064;
}
</style>
background-color css
<style>
a { background-color: #C91064; }
a { background-color: rgb(201,16,100); }
div.DivClassName
{
background-color: #C91064;
}
.BgClassName
{
background-color: #C91064;
}
</style>
border-color css
<style>
span { border-color: #C91064; }
span { border-color: rgb(201,16,100); }
td.TdClassName
{
border-color: #C91064;
}
.TagClassName
{
border-color: #C91064;
}
</style>