Shades of Ruby #C80959
Tints of Ruby #C80959
RGB
CMYK
RGB Variations
Color information
#C80959 (or 0xC80959) is known color: Ruby. HEX triplet: C8, 09 and 59. RGB value is (200,9,89). Sum of RGB (Red+Green+Blue) = 200+9+89=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C80959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80959 is #37F6A6. Grayscale: #4B4B4B. Windows color (decimal): -3667623 or 5835208. OLE color: 5835208.
HSL color Cylindrical-coordinate representation of color #C80959: hue angle of 334.87º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80959 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.22 |
| HSL | 334.87º | 0.91% | 0.41% | - |
| HSV(B) | 334.87º | 0.96% | 0.78% | - |
| XYZ | 25.72 | 13.2 | 10.64 | - |
| YUV | 75.23 | 135.78 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 89 | 0 | 0.96 | 0.56 | 0.22 | 334.87 | 0.91 | 0.41 |
| Hex | C8 | 9 | 59 | 0 | 60 | 38 | 16 | 14F | 5B | 29 |
| Octal | 310 | 11 | 131 | 0 | 140 | 70 | 26 | 517 | 133 | 51 |
| Binary | 11001000 | 1001 | 1011001 | 0 | 1100000 | 111000 | 10110 | 101001111 | 1011011 | 101001 |
Color Harmonies of #C80959
Complementary color
Monochromatic Colors of #C80959
Black with #C80959
Text Example
Text Example
White with #C80959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80959; }
p { color: rgb(200,9,89); }
H1.HeaderClassName
{
color: #C80959;
}
.AnyTagClassName
{
color: #C80959;
}
</style>
background-color css
<style>
a { background-color: #C80959; }
a { background-color: rgb(200,9,89); }
div.DivClassName
{
background-color: #C80959;
}
.BgClassName
{
background-color: #C80959;
}
</style>
border-color css
<style>
span { border-color: #C80959; }
span { border-color: rgb(200,9,89); }
td.TdClassName
{
border-color: #C80959;
}
.TagClassName
{
border-color: #C80959;
}
</style>