Shades of Ruby #C5105C
Tints of Ruby #C5105C
RGB
CMYK
RGB Variations
Color information
#C5105C (or 0xC5105C) is known color: Ruby. HEX triplet: C5, 10 and 5C. RGB value is (197,16,92). Sum of RGB (Red+Green+Blue) = 197+16+92=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5105C is #3AEFA3. Grayscale: #4E4E4E. Windows color (decimal): -3862436 or 6033605. OLE color: 6033605.
HSL color Cylindrical-coordinate representation of color #C5105C: hue angle of 334.81º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5105C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.23 |
| HSL | 334.81º | 0.85% | 0.42% | - |
| HSV(B) | 334.81º | 0.92% | 0.77% | - |
| XYZ | 25.14 | 13.01 | 11.31 | - |
| YUV | 78.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 92 | 0 | 0.92 | 0.53 | 0.23 | 334.81 | 0.85 | 0.42 |
| Hex | C5 | 10 | 5C | 0 | 5C | 35 | 17 | 14F | 55 | 2A |
| Octal | 305 | 20 | 134 | 0 | 134 | 65 | 27 | 517 | 125 | 52 |
| Binary | 11000101 | 10000 | 1011100 | 0 | 1011100 | 110101 | 10111 | 101001111 | 1010101 | 101010 |
Color Harmonies of #C5105C
Complementary color
Monochromatic Colors of #C5105C
Black with #C5105C
Text Example
Text Example
White with #C5105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5105C; }
p { color: rgb(197,16,92); }
H1.HeaderClassName
{
color: #C5105C;
}
.AnyTagClassName
{
color: #C5105C;
}
</style>
background-color css
<style>
a { background-color: #C5105C; }
a { background-color: rgb(197,16,92); }
div.DivClassName
{
background-color: #C5105C;
}
.BgClassName
{
background-color: #C5105C;
}
</style>
border-color css
<style>
span { border-color: #C5105C; }
span { border-color: rgb(197,16,92); }
td.TdClassName
{
border-color: #C5105C;
}
.TagClassName
{
border-color: #C5105C;
}
</style>