Shades of Ruby #C90760
Tints of Ruby #C90760
RGB
CMYK
RGB Variations
Color information
#C90760 (or 0xC90760) is known color: Ruby. HEX triplet: C9, 07 and 60. RGB value is (201,7,96). Sum of RGB (Red+Green+Blue) = 201+7+96=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C90760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90760 is #36F89F. Grayscale: #4A4A4A. Windows color (decimal): -3602592 or 6293449. OLE color: 6293449.
HSL color Cylindrical-coordinate representation of color #C90760: hue angle of 332.47º 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 #C90760 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.21 |
| HSL | 332.47º | 0.93% | 0.41% | - |
| HSV(B) | 332.47º | 0.97% | 0.79% | - |
| XYZ | 26.27 | 13.41 | 12.27 | - |
| YUV | 75.15 | 139.77 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 96 | 0 | 0.97 | 0.52 | 0.21 | 332.47 | 0.93 | 0.41 |
| Hex | C9 | 7 | 60 | 0 | 61 | 34 | 15 | 14C | 5D | 29 |
| Octal | 311 | 7 | 140 | 0 | 141 | 64 | 25 | 514 | 135 | 51 |
| Binary | 11001001 | 111 | 1100000 | 0 | 1100001 | 110100 | 10101 | 101001100 | 1011101 | 101001 |
Color Harmonies of #C90760
Complementary color
Monochromatic Colors of #C90760
Black with #C90760
Text Example
Text Example
White with #C90760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90760; }
p { color: rgb(201,7,96); }
H1.HeaderClassName
{
color: #C90760;
}
.AnyTagClassName
{
color: #C90760;
}
</style>
background-color css
<style>
a { background-color: #C90760; }
a { background-color: rgb(201,7,96); }
div.DivClassName
{
background-color: #C90760;
}
.BgClassName
{
background-color: #C90760;
}
</style>
border-color css
<style>
span { border-color: #C90760; }
span { border-color: rgb(201,7,96); }
td.TdClassName
{
border-color: #C90760;
}
.TagClassName
{
border-color: #C90760;
}
</style>