Shades of Ruby #C5135C
Tints of Ruby #C5135C
RGB
CMYK
RGB Variations
Color information
#C5135C (or 0xC5135C) is known color: Ruby. HEX triplet: C5, 13 and 5C. RGB value is (197,19,92). Sum of RGB (Red+Green+Blue) = 197+19+92=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5135C is #3AECA3. Grayscale: #505050. Windows color (decimal): -3861668 or 6034373. OLE color: 6034373.
HSL color Cylindrical-coordinate representation of color #C5135C: hue angle of 335.39º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5135C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 92 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.23 |
| HSL | 335.39º | 0.82% | 0.42% | - |
| HSV(B) | 335.39º | 0.9% | 0.77% | - |
| XYZ | 25.19 | 13.11 | 11.33 | - |
| YUV | 80.54 | 134.47 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 92 | 0 | 0.90 | 0.53 | 0.23 | 335.39 | 0.82 | 0.42 |
| Hex | C5 | 13 | 5C | 0 | 5A | 35 | 17 | 14F | 52 | 2A |
| Octal | 305 | 23 | 134 | 0 | 132 | 65 | 27 | 517 | 122 | 52 |
| Binary | 11000101 | 10011 | 1011100 | 0 | 1011010 | 110101 | 10111 | 101001111 | 1010010 | 101010 |
Color Harmonies of #C5135C
Complementary color
Monochromatic Colors of #C5135C
Black with #C5135C
Text Example
Text Example
White with #C5135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5135C; }
p { color: rgb(197,19,92); }
H1.HeaderClassName
{
color: #C5135C;
}
.AnyTagClassName
{
color: #C5135C;
}
</style>
background-color css
<style>
a { background-color: #C5135C; }
a { background-color: rgb(197,19,92); }
div.DivClassName
{
background-color: #C5135C;
}
.BgClassName
{
background-color: #C5135C;
}
</style>
border-color css
<style>
span { border-color: #C5135C; }
span { border-color: rgb(197,19,92); }
td.TdClassName
{
border-color: #C5135C;
}
.TagClassName
{
border-color: #C5135C;
}
</style>