Shades of Ruby #C20D56
Tints of Ruby #C20D56
RGB
CMYK
RGB Variations
Color information
#C20D56 (or 0xC20D56) is known color: Ruby. HEX triplet: C2, 0D and 56. RGB value is (194,13,86). Sum of RGB (Red+Green+Blue) = 194+13+86=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D56 is #3DF2A9. Grayscale: #4B4B4B. Windows color (decimal): -4059818 or 5639618. OLE color: 5639618.
HSL color Cylindrical-coordinate representation of color #C20D56: hue angle of 335.8º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D56 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 86 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.24 |
| HSL | 335.8º | 0.87% | 0.41% | - |
| HSV(B) | 335.8º | 0.93% | 0.76% | - |
| XYZ | 24.07 | 12.43 | 9.93 | - |
| YUV | 75.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 86 | 0 | 0.93 | 0.56 | 0.24 | 335.8 | 0.87 | 0.41 |
| Hex | C2 | D | 56 | 0 | 5D | 38 | 18 | 150 | 57 | 29 |
| Octal | 302 | 15 | 126 | 0 | 135 | 70 | 30 | 520 | 127 | 51 |
| Binary | 11000010 | 1101 | 1010110 | 0 | 1011101 | 111000 | 11000 | 101010000 | 1010111 | 101001 |
Color Harmonies of #C20D56
Complementary color
Monochromatic Colors of #C20D56
Black with #C20D56
Text Example
Text Example
White with #C20D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D56; }
p { color: rgb(194,13,86); }
H1.HeaderClassName
{
color: #C20D56;
}
.AnyTagClassName
{
color: #C20D56;
}
</style>
background-color css
<style>
a { background-color: #C20D56; }
a { background-color: rgb(194,13,86); }
div.DivClassName
{
background-color: #C20D56;
}
.BgClassName
{
background-color: #C20D56;
}
</style>
border-color css
<style>
span { border-color: #C20D56; }
span { border-color: rgb(194,13,86); }
td.TdClassName
{
border-color: #C20D56;
}
.TagClassName
{
border-color: #C20D56;
}
</style>