Shades of Ruby #C40663
Tints of Ruby #C40663
RGB
CMYK
RGB Variations
Color information
#C40663 (or 0xC40663) is known color: Ruby. HEX triplet: C4, 06 and 63. RGB value is (196,6,99). Sum of RGB (Red+Green+Blue) = 196+6+99=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C40663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40663 is #3BF99C. Grayscale: #494949. Windows color (decimal): -3930525 or 6489796. OLE color: 6489796.
HSL color Cylindrical-coordinate representation of color #C40663: hue angle of 330.63º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40663 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.23 |
| HSL | 330.63º | 0.94% | 0.4% | - |
| HSV(B) | 330.63º | 0.97% | 0.77% | - |
| XYZ | 25.08 | 12.77 | 12.95 | - |
| YUV | 73.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 99 | 0 | 0.97 | 0.49 | 0.23 | 330.63 | 0.94 | 0.4 |
| Hex | C4 | 6 | 63 | 0 | 61 | 31 | 17 | 14B | 5E | 28 |
| Octal | 304 | 6 | 143 | 0 | 141 | 61 | 27 | 513 | 136 | 50 |
| Binary | 11000100 | 110 | 1100011 | 0 | 1100001 | 110001 | 10111 | 101001011 | 1011110 | 101000 |
Color Harmonies of #C40663
Complementary color
Monochromatic Colors of #C40663
Black with #C40663
Text Example
Text Example
White with #C40663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40663; }
p { color: rgb(196,6,99); }
H1.HeaderClassName
{
color: #C40663;
}
.AnyTagClassName
{
color: #C40663;
}
</style>
background-color css
<style>
a { background-color: #C40663; }
a { background-color: rgb(196,6,99); }
div.DivClassName
{
background-color: #C40663;
}
.BgClassName
{
background-color: #C40663;
}
</style>
border-color css
<style>
span { border-color: #C40663; }
span { border-color: rgb(196,6,99); }
td.TdClassName
{
border-color: #C40663;
}
.TagClassName
{
border-color: #C40663;
}
</style>