Shades of Ruby #C50956
Tints of Ruby #C50956
RGB
CMYK
RGB Variations
Color information
#C50956 (or 0xC50956) is known color: Ruby. HEX triplet: C5, 09 and 56. RGB value is (197,9,86). Sum of RGB (Red+Green+Blue) = 197+9+86=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C50956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50956 is #3AF6A9. Grayscale: #494949. Windows color (decimal): -3864234 or 5638597. OLE color: 5638597.
HSL color Cylindrical-coordinate representation of color #C50956: hue angle of 335.43º 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 #C50956 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 86 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.23 |
| HSL | 335.43º | 0.91% | 0.4% | - |
| HSV(B) | 335.43º | 0.95% | 0.77% | - |
| XYZ | 24.8 | 12.74 | 9.96 | - |
| YUV | 73.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 86 | 0 | 0.95 | 0.56 | 0.23 | 335.43 | 0.91 | 0.4 |
| Hex | C5 | 9 | 56 | 0 | 5F | 38 | 17 | 14F | 5B | 28 |
| Octal | 305 | 11 | 126 | 0 | 137 | 70 | 27 | 517 | 133 | 50 |
| Binary | 11000101 | 1001 | 1010110 | 0 | 1011111 | 111000 | 10111 | 101001111 | 1011011 | 101000 |
Color Harmonies of #C50956
Complementary color
Monochromatic Colors of #C50956
Black with #C50956
Text Example
Text Example
White with #C50956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50956; }
p { color: rgb(197,9,86); }
H1.HeaderClassName
{
color: #C50956;
}
.AnyTagClassName
{
color: #C50956;
}
</style>
background-color css
<style>
a { background-color: #C50956; }
a { background-color: rgb(197,9,86); }
div.DivClassName
{
background-color: #C50956;
}
.BgClassName
{
background-color: #C50956;
}
</style>
border-color css
<style>
span { border-color: #C50956; }
span { border-color: rgb(197,9,86); }
td.TdClassName
{
border-color: #C50956;
}
.TagClassName
{
border-color: #C50956;
}
</style>