Shades of Ruby #C91764
Tints of Ruby #C91764
RGB
CMYK
RGB Variations
Color information
#C91764 (or 0xC91764) is known color: Ruby. HEX triplet: C9, 17 and 64. RGB value is (201,23,100). Sum of RGB (Red+Green+Blue) = 201+23+100=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C91764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91764 is #36E89B. Grayscale: #545454. Windows color (decimal): -3598492 or 6559689. OLE color: 6559689.
HSL color Cylindrical-coordinate representation of color #C91764: hue angle of 334.04º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91764 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 100 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.21 |
| HSL | 334.05º | 0.79% | 0.44% | - |
| HSV(B) | 334.05º | 0.89% | 0.79% | - |
| XYZ | 26.69 | 13.95 | 13.34 | - |
| YUV | 85 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 100 | 0 | 0.89 | 0.50 | 0.21 | 334.05 | 0.79 | 0.44 |
| Hex | C9 | 17 | 64 | 0 | 59 | 32 | 15 | 14E | 4F | 2C |
| Octal | 311 | 27 | 144 | 0 | 131 | 62 | 25 | 516 | 117 | 54 |
| Binary | 11001001 | 10111 | 1100100 | 0 | 1011001 | 110010 | 10101 | 101001110 | 1001111 | 101100 |
Color Harmonies of #C91764
Complementary color
Monochromatic Colors of #C91764
Black with #C91764
Text Example
Text Example
White with #C91764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91764; }
p { color: rgb(201,23,100); }
H1.HeaderClassName
{
color: #C91764;
}
.AnyTagClassName
{
color: #C91764;
}
</style>
background-color css
<style>
a { background-color: #C91764; }
a { background-color: rgb(201,23,100); }
div.DivClassName
{
background-color: #C91764;
}
.BgClassName
{
background-color: #C91764;
}
</style>
border-color css
<style>
span { border-color: #C91764; }
span { border-color: rgb(201,23,100); }
td.TdClassName
{
border-color: #C91764;
}
.TagClassName
{
border-color: #C91764;
}
</style>