Shades of Ruby #C91662
Tints of Ruby #C91662
RGB
CMYK
RGB Variations
Color information
#C91662 (or 0xC91662) is known color: Ruby. HEX triplet: C9, 16 and 62. RGB value is (201,22,98). Sum of RGB (Red+Green+Blue) = 201+22+98=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C91662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91662 is #36E99D. Grayscale: #545454. Windows color (decimal): -3598750 or 6428361. OLE color: 6428361.
HSL color Cylindrical-coordinate representation of color #C91662: hue angle of 334.53º degrees, saturation: 0.8, 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 #C91662 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 22 | 98 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.21 |
| HSL | 334.53º | 0.8% | 0.44% | - |
| HSV(B) | 334.53º | 0.89% | 0.79% | - |
| XYZ | 26.58 | 13.87 | 12.83 | - |
| YUV | 84.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 98 | 0 | 0.89 | 0.51 | 0.21 | 334.53 | 0.8 | 0.44 |
| Hex | C9 | 16 | 62 | 0 | 59 | 33 | 15 | 14F | 50 | 2C |
| Octal | 311 | 26 | 142 | 0 | 131 | 63 | 25 | 517 | 120 | 54 |
| Binary | 11001001 | 10110 | 1100010 | 0 | 1011001 | 110011 | 10101 | 101001111 | 1010000 | 101100 |
Color Harmonies of #C91662
Complementary color
Monochromatic Colors of #C91662
Black with #C91662
Text Example
Text Example
White with #C91662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91662; }
p { color: rgb(201,22,98); }
H1.HeaderClassName
{
color: #C91662;
}
.AnyTagClassName
{
color: #C91662;
}
</style>
background-color css
<style>
a { background-color: #C91662; }
a { background-color: rgb(201,22,98); }
div.DivClassName
{
background-color: #C91662;
}
.BgClassName
{
background-color: #C91662;
}
</style>
border-color css
<style>
span { border-color: #C91662; }
span { border-color: rgb(201,22,98); }
td.TdClassName
{
border-color: #C91662;
}
.TagClassName
{
border-color: #C91662;
}
</style>