Shades of Ruby #C91966
Tints of Ruby #C91966
RGB
CMYK
RGB Variations
Color information
#C91966 (or 0xC91966) is known color: Ruby. HEX triplet: C9, 19 and 66. RGB value is (201,25,102). Sum of RGB (Red+Green+Blue) = 201+25+102=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C91966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91966 is #36E699. Grayscale: #565656. Windows color (decimal): -3597978 or 6691273. OLE color: 6691273.
HSL color Cylindrical-coordinate representation of color #C91966: hue angle of 333.75º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91966 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 102 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.21 |
| HSL | 333.75º | 0.78% | 0.44% | - |
| HSV(B) | 333.75º | 0.88% | 0.79% | - |
| XYZ | 26.83 | 14.07 | 13.87 | - |
| YUV | 86.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 102 | 0 | 0.88 | 0.49 | 0.21 | 333.75 | 0.78 | 0.44 |
| Hex | C9 | 19 | 66 | 0 | 58 | 31 | 15 | 14E | 4E | 2C |
| Octal | 311 | 31 | 146 | 0 | 130 | 61 | 25 | 516 | 116 | 54 |
| Binary | 11001001 | 11001 | 1100110 | 0 | 1011000 | 110001 | 10101 | 101001110 | 1001110 | 101100 |
Color Harmonies of #C91966
Complementary color
Monochromatic Colors of #C91966
Black with #C91966
Text Example
Text Example
White with #C91966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91966; }
p { color: rgb(201,25,102); }
H1.HeaderClassName
{
color: #C91966;
}
.AnyTagClassName
{
color: #C91966;
}
</style>
background-color css
<style>
a { background-color: #C91966; }
a { background-color: rgb(201,25,102); }
div.DivClassName
{
background-color: #C91966;
}
.BgClassName
{
background-color: #C91966;
}
</style>
border-color css
<style>
span { border-color: #C91966; }
span { border-color: rgb(201,25,102); }
td.TdClassName
{
border-color: #C91966;
}
.TagClassName
{
border-color: #C91966;
}
</style>