Shades of Ruby #C41662
Tints of Ruby #C41662
RGB
CMYK
RGB Variations
Color information
#C41662 (or 0xC41662) is known color: Ruby. HEX triplet: C4, 16 and 62. RGB value is (196,22,98). Sum of RGB (Red+Green+Blue) = 196+22+98=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C41662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41662 is #3BE99D. Grayscale: #525252. Windows color (decimal): -3926430 or 6428356. OLE color: 6428356.
HSL color Cylindrical-coordinate representation of color #C41662: hue angle of 333.79º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41662 is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 98 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.23 |
| HSL | 333.79º | 0.8% | 0.43% | - |
| HSV(B) | 333.79º | 0.89% | 0.77% | - |
| XYZ | 25.26 | 13.19 | 12.77 | - |
| YUV | 82.69 | 136.65 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 98 | 0 | 0.89 | 0.5 | 0.23 | 333.79 | 0.8 | 0.43 |
| Hex | C4 | 16 | 62 | 0 | 59 | 32 | 17 | 14E | 50 | 2B |
| Octal | 304 | 26 | 142 | 0 | 131 | 62 | 27 | 516 | 120 | 53 |
| Binary | 11000100 | 10110 | 1100010 | 0 | 1011001 | 110010 | 10111 | 101001110 | 1010000 | 101011 |
Color Harmonies of #C41662
Complementary color
Monochromatic Colors of #C41662
Black with #C41662
Text Example
Text Example
White with #C41662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41662; }
p { color: rgb(196,22,98); }
H1.HeaderClassName
{
color: #C41662;
}
.AnyTagClassName
{
color: #C41662;
}
</style>
background-color css
<style>
a { background-color: #C41662; }
a { background-color: rgb(196,22,98); }
div.DivClassName
{
background-color: #C41662;
}
.BgClassName
{
background-color: #C41662;
}
</style>
border-color css
<style>
span { border-color: #C41662; }
span { border-color: rgb(196,22,98); }
td.TdClassName
{
border-color: #C41662;
}
.TagClassName
{
border-color: #C41662;
}
</style>