Shades of Ruby #C81860
Tints of Ruby #C81860
RGB
CMYK
RGB Variations
Color information
#C81860 (or 0xC81860) is known color: Ruby. HEX triplet: C8, 18 and 60. RGB value is (200,24,96). Sum of RGB (Red+Green+Blue) = 200+24+96=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C81860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81860 is #37E79F. Grayscale: #545454. Windows color (decimal): -3663776 or 6297800. OLE color: 6297800.
HSL color Cylindrical-coordinate representation of color #C81860: hue angle of 335.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81860 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 96 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.22 |
| HSL | 335.45º | 0.79% | 0.44% | - |
| HSV(B) | 335.45º | 0.88% | 0.78% | - |
| XYZ | 26.26 | 13.78 | 12.34 | - |
| YUV | 84.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 96 | 0 | 0.88 | 0.52 | 0.22 | 335.45 | 0.79 | 0.44 |
| Hex | C8 | 18 | 60 | 0 | 58 | 34 | 16 | 14F | 4F | 2C |
| Octal | 310 | 30 | 140 | 0 | 130 | 64 | 26 | 517 | 117 | 54 |
| Binary | 11001000 | 11000 | 1100000 | 0 | 1011000 | 110100 | 10110 | 101001111 | 1001111 | 101100 |
Color Harmonies of #C81860
Complementary color
Monochromatic Colors of #C81860
Black with #C81860
Text Example
Text Example
White with #C81860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81860; }
p { color: rgb(200,24,96); }
H1.HeaderClassName
{
color: #C81860;
}
.AnyTagClassName
{
color: #C81860;
}
</style>
background-color css
<style>
a { background-color: #C81860; }
a { background-color: rgb(200,24,96); }
div.DivClassName
{
background-color: #C81860;
}
.BgClassName
{
background-color: #C81860;
}
</style>
border-color css
<style>
span { border-color: #C81860; }
span { border-color: rgb(200,24,96); }
td.TdClassName
{
border-color: #C81860;
}
.TagClassName
{
border-color: #C81860;
}
</style>