Shades of Ruby #C5165C
Tints of Ruby #C5165C
RGB
CMYK
RGB Variations
Color information
#C5165C (or 0xC5165C) is known color: Ruby. HEX triplet: C5, 16 and 5C. RGB value is (197,22,92). Sum of RGB (Red+Green+Blue) = 197+22+92=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5165C is #3AE9A3. Grayscale: #525252. Windows color (decimal): -3860900 or 6035141. OLE color: 6035141.
HSL color Cylindrical-coordinate representation of color #C5165C: hue angle of 336º 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 #C5165C is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 92 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.23 |
| HSL | 336º | 0.8% | 0.43% | - |
| HSV(B) | 336º | 0.89% | 0.77% | - |
| XYZ | 25.24 | 13.22 | 11.35 | - |
| YUV | 82.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 92 | 0 | 0.89 | 0.53 | 0.23 | 336 | 0.8 | 0.43 |
| Hex | C5 | 16 | 5C | 0 | 59 | 35 | 17 | 150 | 50 | 2B |
| Octal | 305 | 26 | 134 | 0 | 131 | 65 | 27 | 520 | 120 | 53 |
| Binary | 11000101 | 10110 | 1011100 | 0 | 1011001 | 110101 | 10111 | 101010000 | 1010000 | 101011 |
Color Harmonies of #C5165C
Complementary color
Monochromatic Colors of #C5165C
Black with #C5165C
Text Example
Text Example
White with #C5165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5165C; }
p { color: rgb(197,22,92); }
H1.HeaderClassName
{
color: #C5165C;
}
.AnyTagClassName
{
color: #C5165C;
}
</style>
background-color css
<style>
a { background-color: #C5165C; }
a { background-color: rgb(197,22,92); }
div.DivClassName
{
background-color: #C5165C;
}
.BgClassName
{
background-color: #C5165C;
}
</style>
border-color css
<style>
span { border-color: #C5165C; }
span { border-color: rgb(197,22,92); }
td.TdClassName
{
border-color: #C5165C;
}
.TagClassName
{
border-color: #C5165C;
}
</style>