Shades of Ruby #C90759
Tints of Ruby #C90759
RGB
CMYK
RGB Variations
Color information
#C90759 (or 0xC90759) is known color: Ruby. HEX triplet: C9, 07 and 59. RGB value is (201,7,89). Sum of RGB (Red+Green+Blue) = 201+7+89=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C90759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90759 is #36F8A6. Grayscale: #4A4A4A. Windows color (decimal): -3602599 or 5834697. OLE color: 5834697.
HSL color Cylindrical-coordinate representation of color #C90759: hue angle of 334.64º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90759 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.21 |
| HSL | 334.64º | 0.93% | 0.41% | - |
| HSV(B) | 334.64º | 0.97% | 0.79% | - |
| XYZ | 25.97 | 13.29 | 10.65 | - |
| YUV | 74.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 89 | 0 | 0.97 | 0.56 | 0.21 | 334.64 | 0.93 | 0.41 |
| Hex | C9 | 7 | 59 | 0 | 61 | 38 | 15 | 14F | 5D | 29 |
| Octal | 311 | 7 | 131 | 0 | 141 | 70 | 25 | 517 | 135 | 51 |
| Binary | 11001001 | 111 | 1011001 | 0 | 1100001 | 111000 | 10101 | 101001111 | 1011101 | 101001 |
Color Harmonies of #C90759
Complementary color
Monochromatic Colors of #C90759
Black with #C90759
Text Example
Text Example
White with #C90759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90759; }
p { color: rgb(201,7,89); }
H1.HeaderClassName
{
color: #C90759;
}
.AnyTagClassName
{
color: #C90759;
}
</style>
background-color css
<style>
a { background-color: #C90759; }
a { background-color: rgb(201,7,89); }
div.DivClassName
{
background-color: #C90759;
}
.BgClassName
{
background-color: #C90759;
}
</style>
border-color css
<style>
span { border-color: #C90759; }
span { border-color: rgb(201,7,89); }
td.TdClassName
{
border-color: #C90759;
}
.TagClassName
{
border-color: #C90759;
}
</style>