Shades of Ruby #C90966
Tints of Ruby #C90966
RGB
CMYK
RGB Variations
Color information
#C90966 (or 0xC90966) is known color: Ruby. HEX triplet: C9, 09 and 66. RGB value is (201,9,102). Sum of RGB (Red+Green+Blue) = 201+9+102=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C90966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90966 is #36F699. Grayscale: #4C4C4C. Windows color (decimal): -3602074 or 6687177. OLE color: 6687177.
HSL color Cylindrical-coordinate representation of color #C90966: hue angle of 330.94º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90966 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.21 |
| HSL | 330.94º | 0.91% | 0.41% | - |
| HSV(B) | 330.94º | 0.96% | 0.79% | - |
| XYZ | 26.58 | 13.57 | 13.79 | - |
| YUV | 77.01 | 142.11 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 102 | 0 | 0.96 | 0.49 | 0.21 | 330.94 | 0.91 | 0.41 |
| Hex | C9 | 9 | 66 | 0 | 60 | 31 | 15 | 14B | 5B | 29 |
| Octal | 311 | 11 | 146 | 0 | 140 | 61 | 25 | 513 | 133 | 51 |
| Binary | 11001001 | 1001 | 1100110 | 0 | 1100000 | 110001 | 10101 | 101001011 | 1011011 | 101001 |
Color Harmonies of #C90966
Complementary color
Monochromatic Colors of #C90966
Black with #C90966
Text Example
Text Example
White with #C90966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90966; }
p { color: rgb(201,9,102); }
H1.HeaderClassName
{
color: #C90966;
}
.AnyTagClassName
{
color: #C90966;
}
</style>
background-color css
<style>
a { background-color: #C90966; }
a { background-color: rgb(201,9,102); }
div.DivClassName
{
background-color: #C90966;
}
.BgClassName
{
background-color: #C90966;
}
</style>
border-color css
<style>
span { border-color: #C90966; }
span { border-color: rgb(201,9,102); }
td.TdClassName
{
border-color: #C90966;
}
.TagClassName
{
border-color: #C90966;
}
</style>