Shades of Ruby #C80759
Tints of Ruby #C80759
RGB
CMYK
RGB Variations
Color information
#C80759 (or 0xC80759) is known color: Ruby. HEX triplet: C8, 07 and 59. RGB value is (200,7,89). Sum of RGB (Red+Green+Blue) = 200+7+89=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C80759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80759 is #37F8A6. Grayscale: #494949. Windows color (decimal): -3668135 or 5834696. OLE color: 5834696.
HSL color Cylindrical-coordinate representation of color #C80759: hue angle of 334.51º degrees, saturation: 0.93, 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 #C80759 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 89 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.22 |
| HSL | 334.51º | 0.93% | 0.41% | - |
| HSV(B) | 334.51º | 0.97% | 0.78% | - |
| XYZ | 25.7 | 13.15 | 10.64 | - |
| YUV | 74.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 89 | 0 | 0.96 | 0.56 | 0.22 | 334.51 | 0.93 | 0.41 |
| Hex | C8 | 7 | 59 | 0 | 60 | 38 | 16 | 14F | 5D | 29 |
| Octal | 310 | 7 | 131 | 0 | 140 | 70 | 26 | 517 | 135 | 51 |
| Binary | 11001000 | 111 | 1011001 | 0 | 1100000 | 111000 | 10110 | 101001111 | 1011101 | 101001 |
Color Harmonies of #C80759
Complementary color
Monochromatic Colors of #C80759
Black with #C80759
Text Example
Text Example
White with #C80759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80759; }
p { color: rgb(200,7,89); }
H1.HeaderClassName
{
color: #C80759;
}
.AnyTagClassName
{
color: #C80759;
}
</style>
background-color css
<style>
a { background-color: #C80759; }
a { background-color: rgb(200,7,89); }
div.DivClassName
{
background-color: #C80759;
}
.BgClassName
{
background-color: #C80759;
}
</style>
border-color css
<style>
span { border-color: #C80759; }
span { border-color: rgb(200,7,89); }
td.TdClassName
{
border-color: #C80759;
}
.TagClassName
{
border-color: #C80759;
}
</style>