Shades of Ruby #C40B68
Tints of Ruby #C40B68
RGB
CMYK
RGB Variations
Color information
#C40B68 (or 0xC40B68) is known color: Ruby. HEX triplet: C4, 0B and 68. RGB value is (196,11,104). Sum of RGB (Red+Green+Blue) = 196+11+104=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B68 is #3BF497. Grayscale: #4C4C4C. Windows color (decimal): -3929240 or 6818756. OLE color: 6818756.
HSL color Cylindrical-coordinate representation of color #C40B68: hue angle of 329.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B68 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 104 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.23 |
| HSL | 329.84º | 0.89% | 0.41% | - |
| HSV(B) | 329.84º | 0.94% | 0.77% | - |
| XYZ | 25.38 | 12.97 | 14.26 | - |
| YUV | 76.92 | 143.29 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 104 | 0 | 0.94 | 0.47 | 0.23 | 329.84 | 0.89 | 0.41 |
| Hex | C4 | B | 68 | 0 | 5E | 2F | 17 | 14A | 59 | 29 |
| Octal | 304 | 13 | 150 | 0 | 136 | 57 | 27 | 512 | 131 | 51 |
| Binary | 11000100 | 1011 | 1101000 | 0 | 1011110 | 101111 | 10111 | 101001010 | 1011001 | 101001 |
Color Harmonies of #C40B68
Complementary color
Monochromatic Colors of #C40B68
Black with #C40B68
Text Example
Text Example
White with #C40B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B68; }
p { color: rgb(196,11,104); }
H1.HeaderClassName
{
color: #C40B68;
}
.AnyTagClassName
{
color: #C40B68;
}
</style>
background-color css
<style>
a { background-color: #C40B68; }
a { background-color: rgb(196,11,104); }
div.DivClassName
{
background-color: #C40B68;
}
.BgClassName
{
background-color: #C40B68;
}
</style>
border-color css
<style>
span { border-color: #C40B68; }
span { border-color: rgb(196,11,104); }
td.TdClassName
{
border-color: #C40B68;
}
.TagClassName
{
border-color: #C40B68;
}
</style>