Shades of Ruby #C40868
Tints of Ruby #C40868
RGB
CMYK
RGB Variations
Color information
#C40868 (or 0xC40868) is known color: Ruby. HEX triplet: C4, 08 and 68. RGB value is (196,8,104). Sum of RGB (Red+Green+Blue) = 196+8+104=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C40868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40868 is #3BF797. Grayscale: #4A4A4A. Windows color (decimal): -3930008 or 6817988. OLE color: 6817988.
HSL color Cylindrical-coordinate representation of color #C40868: hue angle of 329.36º 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 #C40868 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.23 |
| HSL | 329.36º | 0.92% | 0.4% | - |
| HSV(B) | 329.36º | 0.96% | 0.77% | - |
| XYZ | 25.35 | 12.91 | 14.25 | - |
| YUV | 75.16 | 144.28 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 104 | 0 | 0.96 | 0.47 | 0.23 | 329.36 | 0.92 | 0.4 |
| Hex | C4 | 8 | 68 | 0 | 60 | 2F | 17 | 149 | 5C | 28 |
| Octal | 304 | 10 | 150 | 0 | 140 | 57 | 27 | 511 | 134 | 50 |
| Binary | 11000100 | 1000 | 1101000 | 0 | 1100000 | 101111 | 10111 | 101001001 | 1011100 | 101000 |
Color Harmonies of #C40868
Complementary color
Monochromatic Colors of #C40868
Black with #C40868
Text Example
Text Example
White with #C40868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40868; }
p { color: rgb(196,8,104); }
H1.HeaderClassName
{
color: #C40868;
}
.AnyTagClassName
{
color: #C40868;
}
</style>
background-color css
<style>
a { background-color: #C40868; }
a { background-color: rgb(196,8,104); }
div.DivClassName
{
background-color: #C40868;
}
.BgClassName
{
background-color: #C40868;
}
</style>
border-color css
<style>
span { border-color: #C40868; }
span { border-color: rgb(196,8,104); }
td.TdClassName
{
border-color: #C40868;
}
.TagClassName
{
border-color: #C40868;
}
</style>