Shades of Ruby #C91761
Tints of Ruby #C91761
RGB
CMYK
RGB Variations
Color information
#C91761 (or 0xC91761) is known color: Ruby. HEX triplet: C9, 17 and 61. RGB value is (201,23,97). Sum of RGB (Red+Green+Blue) = 201+23+97=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C91761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91761 is #36E89E. Grayscale: #545454. Windows color (decimal): -3598495 or 6363081. OLE color: 6363081.
HSL color Cylindrical-coordinate representation of color #C91761: hue angle of 335.06º 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 #C91761 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 23 | 97 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.21 |
| HSL | 335.06º | 0.79% | 0.44% | - |
| HSV(B) | 335.06º | 0.89% | 0.79% | - |
| XYZ | 26.55 | 13.89 | 12.59 | - |
| YUV | 84.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 23 | 97 | 0 | 0.89 | 0.52 | 0.21 | 335.06 | 0.79 | 0.44 |
| Hex | C9 | 17 | 61 | 0 | 59 | 34 | 15 | 14F | 4F | 2C |
| Octal | 311 | 27 | 141 | 0 | 131 | 64 | 25 | 517 | 117 | 54 |
| Binary | 11001001 | 10111 | 1100001 | 0 | 1011001 | 110100 | 10101 | 101001111 | 1001111 | 101100 |
Color Harmonies of #C91761
Complementary color
Monochromatic Colors of #C91761
Black with #C91761
Text Example
Text Example
White with #C91761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91761; }
p { color: rgb(201,23,97); }
H1.HeaderClassName
{
color: #C91761;
}
.AnyTagClassName
{
color: #C91761;
}
</style>
background-color css
<style>
a { background-color: #C91761; }
a { background-color: rgb(201,23,97); }
div.DivClassName
{
background-color: #C91761;
}
.BgClassName
{
background-color: #C91761;
}
</style>
border-color css
<style>
span { border-color: #C91761; }
span { border-color: rgb(201,23,97); }
td.TdClassName
{
border-color: #C91761;
}
.TagClassName
{
border-color: #C91761;
}
</style>