Shades of Ruby #C40B62
Tints of Ruby #C40B62
RGB
CMYK
RGB Variations
Color information
#C40B62 (or 0xC40B62) is known color: Ruby. HEX triplet: C4, 0B and 62. RGB value is (196,11,98). Sum of RGB (Red+Green+Blue) = 196+11+98=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B62 is #3BF49D. Grayscale: #4C4C4C. Windows color (decimal): -3929246 or 6425540. OLE color: 6425540.
HSL color Cylindrical-coordinate representation of color #C40B62: hue angle of 331.78º 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 #C40B62 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 98 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.23 |
| HSL | 331.78º | 0.89% | 0.41% | - |
| HSV(B) | 331.78º | 0.94% | 0.77% | - |
| XYZ | 25.09 | 12.86 | 12.71 | - |
| YUV | 76.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 98 | 0 | 0.94 | 0.5 | 0.23 | 331.78 | 0.89 | 0.41 |
| Hex | C4 | B | 62 | 0 | 5E | 32 | 17 | 14C | 59 | 29 |
| Octal | 304 | 13 | 142 | 0 | 136 | 62 | 27 | 514 | 131 | 51 |
| Binary | 11000100 | 1011 | 1100010 | 0 | 1011110 | 110010 | 10111 | 101001100 | 1011001 | 101001 |
Color Harmonies of #C40B62
Complementary color
Monochromatic Colors of #C40B62
Black with #C40B62
Text Example
Text Example
White with #C40B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B62; }
p { color: rgb(196,11,98); }
H1.HeaderClassName
{
color: #C40B62;
}
.AnyTagClassName
{
color: #C40B62;
}
</style>
background-color css
<style>
a { background-color: #C40B62; }
a { background-color: rgb(196,11,98); }
div.DivClassName
{
background-color: #C40B62;
}
.BgClassName
{
background-color: #C40B62;
}
</style>
border-color css
<style>
span { border-color: #C40B62; }
span { border-color: rgb(196,11,98); }
td.TdClassName
{
border-color: #C40B62;
}
.TagClassName
{
border-color: #C40B62;
}
</style>