Shades of Ruby #C5085A
Tints of Ruby #C5085A
RGB
CMYK
RGB Variations
Color information
#C5085A (or 0xC5085A) is known color: Ruby. HEX triplet: C5, 08 and 5A. RGB value is (197,8,90). Sum of RGB (Red+Green+Blue) = 197+8+90=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5085A is #3AF7A5. Grayscale: #494949. Windows color (decimal): -3864486 or 5900485. OLE color: 5900485.
HSL color Cylindrical-coordinate representation of color #C5085A: hue angle of 333.97º 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 #C5085A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.23 |
| HSL | 333.97º | 0.92% | 0.4% | - |
| HSV(B) | 333.97º | 0.96% | 0.77% | - |
| XYZ | 24.96 | 12.78 | 10.82 | - |
| YUV | 73.86 | 137.12 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 90 | 0 | 0.96 | 0.54 | 0.23 | 333.97 | 0.92 | 0.4 |
| Hex | C5 | 8 | 5A | 0 | 60 | 36 | 17 | 14E | 5C | 28 |
| Octal | 305 | 10 | 132 | 0 | 140 | 66 | 27 | 516 | 134 | 50 |
| Binary | 11000101 | 1000 | 1011010 | 0 | 1100000 | 110110 | 10111 | 101001110 | 1011100 | 101000 |
Color Harmonies of #C5085A
Complementary color
Monochromatic Colors of #C5085A
Black with #C5085A
Text Example
Text Example
White with #C5085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5085A; }
p { color: rgb(197,8,90); }
H1.HeaderClassName
{
color: #C5085A;
}
.AnyTagClassName
{
color: #C5085A;
}
</style>
background-color css
<style>
a { background-color: #C5085A; }
a { background-color: rgb(197,8,90); }
div.DivClassName
{
background-color: #C5085A;
}
.BgClassName
{
background-color: #C5085A;
}
</style>
border-color css
<style>
span { border-color: #C5085A; }
span { border-color: rgb(197,8,90); }
td.TdClassName
{
border-color: #C5085A;
}
.TagClassName
{
border-color: #C5085A;
}
</style>