Shades of Ruby #C50955
Tints of Ruby #C50955
RGB
CMYK
RGB Variations
Color information
#C50955 (or 0xC50955) is known color: Ruby. HEX triplet: C5, 09 and 55. RGB value is (197,9,85). Sum of RGB (Red+Green+Blue) = 197+9+85=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C50955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50955 is #3AF6AA. Grayscale: #494949. Windows color (decimal): -3864235 or 5573061. OLE color: 5573061.
HSL color Cylindrical-coordinate representation of color #C50955: hue angle of 335.74º 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 #C50955 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.23 |
| HSL | 335.74º | 0.91% | 0.4% | - |
| HSV(B) | 335.74º | 0.95% | 0.77% | - |
| XYZ | 24.76 | 12.72 | 9.74 | - |
| YUV | 73.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 85 | 0 | 0.95 | 0.57 | 0.23 | 335.74 | 0.91 | 0.4 |
| Hex | C5 | 9 | 55 | 0 | 5F | 39 | 17 | 150 | 5B | 28 |
| Octal | 305 | 11 | 125 | 0 | 137 | 71 | 27 | 520 | 133 | 50 |
| Binary | 11000101 | 1001 | 1010101 | 0 | 1011111 | 111001 | 10111 | 101010000 | 1011011 | 101000 |
Color Harmonies of #C50955
Complementary color
Monochromatic Colors of #C50955
Black with #C50955
Text Example
Text Example
White with #C50955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50955; }
p { color: rgb(197,9,85); }
H1.HeaderClassName
{
color: #C50955;
}
.AnyTagClassName
{
color: #C50955;
}
</style>
background-color css
<style>
a { background-color: #C50955; }
a { background-color: rgb(197,9,85); }
div.DivClassName
{
background-color: #C50955;
}
.BgClassName
{
background-color: #C50955;
}
</style>
border-color css
<style>
span { border-color: #C50955; }
span { border-color: rgb(197,9,85); }
td.TdClassName
{
border-color: #C50955;
}
.TagClassName
{
border-color: #C50955;
}
</style>