Shades of Ruby #C40862
Tints of Ruby #C40862
RGB
CMYK
RGB Variations
Color information
#C40862 (or 0xC40862) is known color: Ruby. HEX triplet: C4, 08 and 62. RGB value is (196,8,98). Sum of RGB (Red+Green+Blue) = 196+8+98=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C40862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40862 is #3BF79D. Grayscale: #4A4A4A. Windows color (decimal): -3930014 or 6424772. OLE color: 6424772.
HSL color Cylindrical-coordinate representation of color #C40862: hue angle of 331.28º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40862 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 98 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.23 |
| HSL | 331.28º | 0.92% | 0.4% | - |
| HSV(B) | 331.28º | 0.96% | 0.77% | - |
| XYZ | 25.06 | 12.79 | 12.7 | - |
| YUV | 74.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 98 | 0 | 0.96 | 0.5 | 0.23 | 331.28 | 0.92 | 0.4 |
| Hex | C4 | 8 | 62 | 0 | 60 | 32 | 17 | 14B | 5C | 28 |
| Octal | 304 | 10 | 142 | 0 | 140 | 62 | 27 | 513 | 134 | 50 |
| Binary | 11000100 | 1000 | 1100010 | 0 | 1100000 | 110010 | 10111 | 101001011 | 1011100 | 101000 |
Color Harmonies of #C40862
Complementary color
Monochromatic Colors of #C40862
Black with #C40862
Text Example
Text Example
White with #C40862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40862; }
p { color: rgb(196,8,98); }
H1.HeaderClassName
{
color: #C40862;
}
.AnyTagClassName
{
color: #C40862;
}
</style>
background-color css
<style>
a { background-color: #C40862; }
a { background-color: rgb(196,8,98); }
div.DivClassName
{
background-color: #C40862;
}
.BgClassName
{
background-color: #C40862;
}
</style>
border-color css
<style>
span { border-color: #C40862; }
span { border-color: rgb(196,8,98); }
td.TdClassName
{
border-color: #C40862;
}
.TagClassName
{
border-color: #C40862;
}
</style>