Shades of Ruby #C70959
Tints of Ruby #C70959
RGB
CMYK
RGB Variations
Color information
#C70959 (or 0xC70959) is known color: Ruby. HEX triplet: C7, 09 and 59. RGB value is (199,9,89). Sum of RGB (Red+Green+Blue) = 199+9+89=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C70959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70959 is #38F6A6. Grayscale: #4A4A4A. Windows color (decimal): -3733159 or 5835207. OLE color: 5835207.
HSL color Cylindrical-coordinate representation of color #C70959: hue angle of 334.74º 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 #C70959 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 89 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.22 |
| HSL | 334.74º | 0.91% | 0.41% | - |
| HSV(B) | 334.74º | 0.95% | 0.78% | - |
| XYZ | 25.45 | 13.06 | 10.63 | - |
| YUV | 74.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 89 | 0 | 0.95 | 0.55 | 0.22 | 334.74 | 0.91 | 0.41 |
| Hex | C7 | 9 | 59 | 0 | 5F | 37 | 16 | 14F | 5B | 29 |
| Octal | 307 | 11 | 131 | 0 | 137 | 67 | 26 | 517 | 133 | 51 |
| Binary | 11000111 | 1001 | 1011001 | 0 | 1011111 | 110111 | 10110 | 101001111 | 1011011 | 101001 |
Color Harmonies of #C70959
Complementary color
Monochromatic Colors of #C70959
Black with #C70959
Text Example
Text Example
White with #C70959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70959; }
p { color: rgb(199,9,89); }
H1.HeaderClassName
{
color: #C70959;
}
.AnyTagClassName
{
color: #C70959;
}
</style>
background-color css
<style>
a { background-color: #C70959; }
a { background-color: rgb(199,9,89); }
div.DivClassName
{
background-color: #C70959;
}
.BgClassName
{
background-color: #C70959;
}
</style>
border-color css
<style>
span { border-color: #C70959; }
span { border-color: rgb(199,9,89); }
td.TdClassName
{
border-color: #C70959;
}
.TagClassName
{
border-color: #C70959;
}
</style>