Shades of Ruby #C80860
Tints of Ruby #C80860
RGB
CMYK
RGB Variations
Color information
#C80860 (or 0xC80860) is known color: Ruby. HEX triplet: C8, 08 and 60. RGB value is (200,8,96). Sum of RGB (Red+Green+Blue) = 200+8+96=304 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.79% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 200 - color contains mainly: red. Hex color #C80860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80860 is #37F79F. Grayscale: #4B4B4B. Windows color (decimal): -3667872 or 6293704. OLE color: 6293704.
HSL color Cylindrical-coordinate representation of color #C80860: hue angle of 332.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80860 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.22 |
| HSL | 332.5º | 0.92% | 0.41% | - |
| HSV(B) | 332.5º | 0.96% | 0.78% | - |
| XYZ | 26.02 | 13.3 | 12.26 | - |
| YUV | 75.44 | 139.61 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 96 | 0 | 0.96 | 0.52 | 0.22 | 332.5 | 0.92 | 0.41 |
| Hex | C8 | 8 | 60 | 0 | 60 | 34 | 16 | 14C | 5C | 29 |
| Octal | 310 | 10 | 140 | 0 | 140 | 64 | 26 | 514 | 134 | 51 |
| Binary | 11001000 | 1000 | 1100000 | 0 | 1100000 | 110100 | 10110 | 101001100 | 1011100 | 101001 |
Color Harmonies of #C80860
Complementary color
Monochromatic Colors of #C80860
Black with #C80860
Text Example
Text Example
White with #C80860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80860; }
p { color: rgb(200,8,96); }
H1.HeaderClassName
{
color: #C80860;
}
.AnyTagClassName
{
color: #C80860;
}
</style>
background-color css
<style>
a { background-color: #C80860; }
a { background-color: rgb(200,8,96); }
div.DivClassName
{
background-color: #C80860;
}
.BgClassName
{
background-color: #C80860;
}
</style>
border-color css
<style>
span { border-color: #C80860; }
span { border-color: rgb(200,8,96); }
td.TdClassName
{
border-color: #C80860;
}
.TagClassName
{
border-color: #C80860;
}
</style>