Shades of Ruby #C5085E
Tints of Ruby #C5085E
RGB
CMYK
RGB Variations
Color information
#C5085E (or 0xC5085E) is known color: Ruby. HEX triplet: C5, 08 and 5E. RGB value is (197,8,94). Sum of RGB (Red+Green+Blue) = 197+8+94=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5085E is #3AF7A1. Grayscale: #4A4A4A. Windows color (decimal): -3864482 or 6162629. OLE color: 6162629.
HSL color Cylindrical-coordinate representation of color #C5085E: hue angle of 332.7º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5085E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.23 |
| HSL | 332.7º | 0.92% | 0.4% | - |
| HSV(B) | 332.7º | 0.96% | 0.77% | - |
| XYZ | 25.13 | 12.85 | 11.75 | - |
| YUV | 74.32 | 139.12 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 94 | 0 | 0.96 | 0.52 | 0.23 | 332.7 | 0.92 | 0.4 |
| Hex | C5 | 8 | 5E | 0 | 60 | 34 | 17 | 14D | 5C | 28 |
| Octal | 305 | 10 | 136 | 0 | 140 | 64 | 27 | 515 | 134 | 50 |
| Binary | 11000101 | 1000 | 1011110 | 0 | 1100000 | 110100 | 10111 | 101001101 | 1011100 | 101000 |
Color Harmonies of #C5085E
Complementary color
Monochromatic Colors of #C5085E
Black with #C5085E
Text Example
Text Example
White with #C5085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5085E; }
p { color: rgb(197,8,94); }
H1.HeaderClassName
{
color: #C5085E;
}
.AnyTagClassName
{
color: #C5085E;
}
</style>
background-color css
<style>
a { background-color: #C5085E; }
a { background-color: rgb(197,8,94); }
div.DivClassName
{
background-color: #C5085E;
}
.BgClassName
{
background-color: #C5085E;
}
</style>
border-color css
<style>
span { border-color: #C5085E; }
span { border-color: rgb(197,8,94); }
td.TdClassName
{
border-color: #C5085E;
}
.TagClassName
{
border-color: #C5085E;
}
</style>