Shades of Ruby #C90660
Tints of Ruby #C90660
RGB
CMYK
RGB Variations
Color information
#C90660 (or 0xC90660) is known color: Ruby. HEX triplet: C9, 06 and 60. RGB value is (201,6,96). Sum of RGB (Red+Green+Blue) = 201+6+96=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C90660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90660 is #36F99F. Grayscale: #4A4A4A. Windows color (decimal): -3602848 or 6293193. OLE color: 6293193.
HSL color Cylindrical-coordinate representation of color #C90660: hue angle of 332.31º degrees, saturation: 0.94, 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 #C90660 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 96 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.21 |
| HSL | 332.31º | 0.94% | 0.41% | - |
| HSV(B) | 332.31º | 0.97% | 0.79% | - |
| XYZ | 26.26 | 13.39 | 12.27 | - |
| YUV | 74.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 96 | 0 | 0.97 | 0.52 | 0.21 | 332.31 | 0.94 | 0.41 |
| Hex | C9 | 6 | 60 | 0 | 61 | 34 | 15 | 14C | 5E | 29 |
| Octal | 311 | 6 | 140 | 0 | 141 | 64 | 25 | 514 | 136 | 51 |
| Binary | 11001001 | 110 | 1100000 | 0 | 1100001 | 110100 | 10101 | 101001100 | 1011110 | 101001 |
Color Harmonies of #C90660
Complementary color
Monochromatic Colors of #C90660
Black with #C90660
Text Example
Text Example
White with #C90660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90660; }
p { color: rgb(201,6,96); }
H1.HeaderClassName
{
color: #C90660;
}
.AnyTagClassName
{
color: #C90660;
}
</style>
background-color css
<style>
a { background-color: #C90660; }
a { background-color: rgb(201,6,96); }
div.DivClassName
{
background-color: #C90660;
}
.BgClassName
{
background-color: #C90660;
}
</style>
border-color css
<style>
span { border-color: #C90660; }
span { border-color: rgb(201,6,96); }
td.TdClassName
{
border-color: #C90660;
}
.TagClassName
{
border-color: #C90660;
}
</style>