Shades of Ruby #C5165A
Tints of Ruby #C5165A
RGB
CMYK
RGB Variations
Color information
#C5165A (or 0xC5165A) is known color: Ruby. HEX triplet: C5, 16 and 5A. RGB value is (197,22,90). Sum of RGB (Red+Green+Blue) = 197+22+90=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5165A is #3AE9A5. Grayscale: #515151. Windows color (decimal): -3860902 or 5904069. OLE color: 5904069.
HSL color Cylindrical-coordinate representation of color #C5165A: hue angle of 336.69º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5165A is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 90 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.23 |
| HSL | 336.69º | 0.8% | 0.43% | - |
| HSV(B) | 336.69º | 0.89% | 0.77% | - |
| XYZ | 25.16 | 13.18 | 10.89 | - |
| YUV | 82.08 | 132.48 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 90 | 0 | 0.89 | 0.54 | 0.23 | 336.69 | 0.8 | 0.43 |
| Hex | C5 | 16 | 5A | 0 | 59 | 36 | 17 | 151 | 50 | 2B |
| Octal | 305 | 26 | 132 | 0 | 131 | 66 | 27 | 521 | 120 | 53 |
| Binary | 11000101 | 10110 | 1011010 | 0 | 1011001 | 110110 | 10111 | 101010001 | 1010000 | 101011 |
Color Harmonies of #C5165A
Complementary color
Monochromatic Colors of #C5165A
Black with #C5165A
Text Example
Text Example
White with #C5165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5165A; }
p { color: rgb(197,22,90); }
H1.HeaderClassName
{
color: #C5165A;
}
.AnyTagClassName
{
color: #C5165A;
}
</style>
background-color css
<style>
a { background-color: #C5165A; }
a { background-color: rgb(197,22,90); }
div.DivClassName
{
background-color: #C5165A;
}
.BgClassName
{
background-color: #C5165A;
}
</style>
border-color css
<style>
span { border-color: #C5165A; }
span { border-color: rgb(197,22,90); }
td.TdClassName
{
border-color: #C5165A;
}
.TagClassName
{
border-color: #C5165A;
}
</style>