Shades of Ruby #C5085C
Tints of Ruby #C5085C
RGB
CMYK
RGB Variations
Color information
#C5085C (or 0xC5085C) is known color: Ruby. HEX triplet: C5, 08 and 5C. RGB value is (197,8,92). Sum of RGB (Red+Green+Blue) = 197+8+92=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5085C is #3AF7A3. Grayscale: #494949. Windows color (decimal): -3864484 or 6031557. OLE color: 6031557.
HSL color Cylindrical-coordinate representation of color #C5085C: hue angle of 333.33º 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 #C5085C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.23 |
| HSL | 333.33º | 0.92% | 0.4% | - |
| HSV(B) | 333.33º | 0.96% | 0.77% | - |
| XYZ | 25.04 | 12.82 | 11.28 | - |
| YUV | 74.09 | 138.12 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 92 | 0 | 0.96 | 0.53 | 0.23 | 333.33 | 0.92 | 0.4 |
| Hex | C5 | 8 | 5C | 0 | 60 | 35 | 17 | 14D | 5C | 28 |
| Octal | 305 | 10 | 134 | 0 | 140 | 65 | 27 | 515 | 134 | 50 |
| Binary | 11000101 | 1000 | 1011100 | 0 | 1100000 | 110101 | 10111 | 101001101 | 1011100 | 101000 |
Color Harmonies of #C5085C
Complementary color
Monochromatic Colors of #C5085C
Black with #C5085C
Text Example
Text Example
White with #C5085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5085C; }
p { color: rgb(197,8,92); }
H1.HeaderClassName
{
color: #C5085C;
}
.AnyTagClassName
{
color: #C5085C;
}
</style>
background-color css
<style>
a { background-color: #C5085C; }
a { background-color: rgb(197,8,92); }
div.DivClassName
{
background-color: #C5085C;
}
.BgClassName
{
background-color: #C5085C;
}
</style>
border-color css
<style>
span { border-color: #C5085C; }
span { border-color: rgb(197,8,92); }
td.TdClassName
{
border-color: #C5085C;
}
.TagClassName
{
border-color: #C5085C;
}
</style>