Shades of Ruby #C40966
Tints of Ruby #C40966
RGB
CMYK
RGB Variations
Color information
#C40966 (or 0xC40966) is known color: Ruby. HEX triplet: C4, 09 and 66. RGB value is (196,9,102). Sum of RGB (Red+Green+Blue) = 196+9+102=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C40966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40966 is #3BF699. Grayscale: #4B4B4B. Windows color (decimal): -3929754 or 6687172. OLE color: 6687172.
HSL color Cylindrical-coordinate representation of color #C40966: hue angle of 330.16º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40966 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 102 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.23 |
| HSL | 330.16º | 0.91% | 0.4% | - |
| HSV(B) | 330.16º | 0.95% | 0.77% | - |
| XYZ | 25.26 | 12.89 | 13.73 | - |
| YUV | 75.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 102 | 0 | 0.95 | 0.48 | 0.23 | 330.16 | 0.91 | 0.4 |
| Hex | C4 | 9 | 66 | 0 | 5F | 30 | 17 | 14A | 5B | 28 |
| Octal | 304 | 11 | 146 | 0 | 137 | 60 | 27 | 512 | 133 | 50 |
| Binary | 11000100 | 1001 | 1100110 | 0 | 1011111 | 110000 | 10111 | 101001010 | 1011011 | 101000 |
Color Harmonies of #C40966
Complementary color
Monochromatic Colors of #C40966
Black with #C40966
Text Example
Text Example
White with #C40966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40966; }
p { color: rgb(196,9,102); }
H1.HeaderClassName
{
color: #C40966;
}
.AnyTagClassName
{
color: #C40966;
}
</style>
background-color css
<style>
a { background-color: #C40966; }
a { background-color: rgb(196,9,102); }
div.DivClassName
{
background-color: #C40966;
}
.BgClassName
{
background-color: #C40966;
}
</style>
border-color css
<style>
span { border-color: #C40966; }
span { border-color: rgb(196,9,102); }
td.TdClassName
{
border-color: #C40966;
}
.TagClassName
{
border-color: #C40966;
}
</style>