Shades of Ruby #C80859
Tints of Ruby #C80859
RGB
CMYK
RGB Variations
Color information
#C80859 (or 0xC80859) is known color: Ruby. HEX triplet: C8, 08 and 59. RGB value is (200,8,89). Sum of RGB (Red+Green+Blue) = 200+8+89=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C80859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80859 is #37F7A6. Grayscale: #4A4A4A. Windows color (decimal): -3667879 or 5834952. OLE color: 5834952.
HSL color Cylindrical-coordinate representation of color #C80859: hue angle of 334.69º 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 #C80859 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.22 |
| HSL | 334.69º | 0.92% | 0.41% | - |
| HSV(B) | 334.69º | 0.96% | 0.78% | - |
| XYZ | 25.71 | 13.17 | 10.64 | - |
| YUV | 74.64 | 136.11 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 89 | 0 | 0.96 | 0.56 | 0.22 | 334.69 | 0.92 | 0.41 |
| Hex | C8 | 8 | 59 | 0 | 60 | 38 | 16 | 14F | 5C | 29 |
| Octal | 310 | 10 | 131 | 0 | 140 | 70 | 26 | 517 | 134 | 51 |
| Binary | 11001000 | 1000 | 1011001 | 0 | 1100000 | 111000 | 10110 | 101001111 | 1011100 | 101001 |
Color Harmonies of #C80859
Complementary color
Monochromatic Colors of #C80859
Black with #C80859
Text Example
Text Example
White with #C80859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80859; }
p { color: rgb(200,8,89); }
H1.HeaderClassName
{
color: #C80859;
}
.AnyTagClassName
{
color: #C80859;
}
</style>
background-color css
<style>
a { background-color: #C80859; }
a { background-color: rgb(200,8,89); }
div.DivClassName
{
background-color: #C80859;
}
.BgClassName
{
background-color: #C80859;
}
</style>
border-color css
<style>
span { border-color: #C80859; }
span { border-color: rgb(200,8,89); }
td.TdClassName
{
border-color: #C80859;
}
.TagClassName
{
border-color: #C80859;
}
</style>