Shades of Ruby #C40866
Tints of Ruby #C40866
RGB
CMYK
RGB Variations
Color information
#C40866 (or 0xC40866) is known color: Ruby. HEX triplet: C4, 08 and 66. RGB value is (196,8,102). Sum of RGB (Red+Green+Blue) = 196+8+102=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C40866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40866 is #3BF799. Grayscale: #4A4A4A. Windows color (decimal): -3930010 or 6686916. OLE color: 6686916.
HSL color Cylindrical-coordinate representation of color #C40866: hue angle of 330º 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 #C40866 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.23 |
| HSL | 330º | 0.92% | 0.4% | - |
| HSV(B) | 330º | 0.96% | 0.77% | - |
| XYZ | 25.25 | 12.87 | 13.72 | - |
| YUV | 74.93 | 143.28 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 102 | 0 | 0.96 | 0.48 | 0.23 | 330 | 0.92 | 0.4 |
| Hex | C4 | 8 | 66 | 0 | 60 | 30 | 17 | 14A | 5C | 28 |
| Octal | 304 | 10 | 146 | 0 | 140 | 60 | 27 | 512 | 134 | 50 |
| Binary | 11000100 | 1000 | 1100110 | 0 | 1100000 | 110000 | 10111 | 101001010 | 1011100 | 101000 |
Color Harmonies of #C40866
Complementary color
Monochromatic Colors of #C40866
Black with #C40866
Text Example
Text Example
White with #C40866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40866; }
p { color: rgb(196,8,102); }
H1.HeaderClassName
{
color: #C40866;
}
.AnyTagClassName
{
color: #C40866;
}
</style>
background-color css
<style>
a { background-color: #C40866; }
a { background-color: rgb(196,8,102); }
div.DivClassName
{
background-color: #C40866;
}
.BgClassName
{
background-color: #C40866;
}
</style>
border-color css
<style>
span { border-color: #C40866; }
span { border-color: rgb(196,8,102); }
td.TdClassName
{
border-color: #C40866;
}
.TagClassName
{
border-color: #C40866;
}
</style>