Shades of Ruby #C81160
Tints of Ruby #C81160
RGB
CMYK
RGB Variations
Color information
#C81160 (or 0xC81160) is known color: Ruby. HEX triplet: C8, 11 and 60. RGB value is (200,17,96). Sum of RGB (Red+Green+Blue) = 200+17+96=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C81160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81160 is #37EE9F. Grayscale: #505050. Windows color (decimal): -3665568 or 6296008. OLE color: 6296008.
HSL color Cylindrical-coordinate representation of color #C81160: hue angle of 334.1º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81160 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 96 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.22 |
| HSL | 334.1º | 0.84% | 0.43% | - |
| HSV(B) | 334.1º | 0.92% | 0.78% | - |
| XYZ | 26.13 | 13.52 | 12.3 | - |
| YUV | 80.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 96 | 0 | 0.92 | 0.52 | 0.22 | 334.1 | 0.84 | 0.43 |
| Hex | C8 | 11 | 60 | 0 | 5C | 34 | 16 | 14E | 54 | 2B |
| Octal | 310 | 21 | 140 | 0 | 134 | 64 | 26 | 516 | 124 | 53 |
| Binary | 11001000 | 10001 | 1100000 | 0 | 1011100 | 110100 | 10110 | 101001110 | 1010100 | 101011 |
Color Harmonies of #C81160
Complementary color
Monochromatic Colors of #C81160
Black with #C81160
Text Example
Text Example
White with #C81160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81160; }
p { color: rgb(200,17,96); }
H1.HeaderClassName
{
color: #C81160;
}
.AnyTagClassName
{
color: #C81160;
}
</style>
background-color css
<style>
a { background-color: #C81160; }
a { background-color: rgb(200,17,96); }
div.DivClassName
{
background-color: #C81160;
}
.BgClassName
{
background-color: #C81160;
}
</style>
border-color css
<style>
span { border-color: #C81160; }
span { border-color: rgb(200,17,96); }
td.TdClassName
{
border-color: #C81160;
}
.TagClassName
{
border-color: #C81160;
}
</style>