Shades of Ruby #C40B67
Tints of Ruby #C40B67
RGB
CMYK
RGB Variations
Color information
#C40B67 (or 0xC40B67) is known color: Ruby. HEX triplet: C4, 0B and 67. RGB value is (196,11,103). Sum of RGB (Red+Green+Blue) = 196+11+103=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B67 is #3BF498. Grayscale: #4C4C4C. Windows color (decimal): -3929241 or 6753220. OLE color: 6753220.
HSL color Cylindrical-coordinate representation of color #C40B67: hue angle of 330.16º 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 #C40B67 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 103 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.23 |
| HSL | 330.16º | 0.89% | 0.41% | - |
| HSV(B) | 330.16º | 0.94% | 0.77% | - |
| XYZ | 25.33 | 12.95 | 14 | - |
| YUV | 76.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 103 | 0 | 0.94 | 0.47 | 0.23 | 330.16 | 0.89 | 0.41 |
| Hex | C4 | B | 67 | 0 | 5E | 2F | 17 | 14A | 59 | 29 |
| Octal | 304 | 13 | 147 | 0 | 136 | 57 | 27 | 512 | 131 | 51 |
| Binary | 11000100 | 1011 | 1100111 | 0 | 1011110 | 101111 | 10111 | 101001010 | 1011001 | 101001 |
Color Harmonies of #C40B67
Complementary color
Monochromatic Colors of #C40B67
Black with #C40B67
Text Example
Text Example
White with #C40B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B67; }
p { color: rgb(196,11,103); }
H1.HeaderClassName
{
color: #C40B67;
}
.AnyTagClassName
{
color: #C40B67;
}
</style>
background-color css
<style>
a { background-color: #C40B67; }
a { background-color: rgb(196,11,103); }
div.DivClassName
{
background-color: #C40B67;
}
.BgClassName
{
background-color: #C40B67;
}
</style>
border-color css
<style>
span { border-color: #C40B67; }
span { border-color: rgb(196,11,103); }
td.TdClassName
{
border-color: #C40B67;
}
.TagClassName
{
border-color: #C40B67;
}
</style>