Shades of Ruby #C91564
Tints of Ruby #C91564
RGB
CMYK
RGB Variations
Color information
#C91564 (or 0xC91564) is known color: Ruby. HEX triplet: C9, 15 and 64. RGB value is (201,21,100). Sum of RGB (Red+Green+Blue) = 201+21+100=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C91564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91564 is #36EA9B. Grayscale: #535353. Windows color (decimal): -3599004 or 6559177. OLE color: 6559177.
HSL color Cylindrical-coordinate representation of color #C91564: hue angle of 333.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91564 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 100 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.21 |
| HSL | 333.67º | 0.81% | 0.44% | - |
| HSV(B) | 333.67º | 0.9% | 0.79% | - |
| XYZ | 26.66 | 13.87 | 13.33 | - |
| YUV | 83.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 100 | 0 | 0.90 | 0.50 | 0.21 | 333.67 | 0.81 | 0.44 |
| Hex | C9 | 15 | 64 | 0 | 5A | 32 | 15 | 14E | 51 | 2C |
| Octal | 311 | 25 | 144 | 0 | 132 | 62 | 25 | 516 | 121 | 54 |
| Binary | 11001001 | 10101 | 1100100 | 0 | 1011010 | 110010 | 10101 | 101001110 | 1010001 | 101100 |
Color Harmonies of #C91564
Complementary color
Monochromatic Colors of #C91564
Black with #C91564
Text Example
Text Example
White with #C91564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91564; }
p { color: rgb(201,21,100); }
H1.HeaderClassName
{
color: #C91564;
}
.AnyTagClassName
{
color: #C91564;
}
</style>
background-color css
<style>
a { background-color: #C91564; }
a { background-color: rgb(201,21,100); }
div.DivClassName
{
background-color: #C91564;
}
.BgClassName
{
background-color: #C91564;
}
</style>
border-color css
<style>
span { border-color: #C91564; }
span { border-color: rgb(201,21,100); }
td.TdClassName
{
border-color: #C91564;
}
.TagClassName
{
border-color: #C91564;
}
</style>