Shades of Ruby #C90864
Tints of Ruby #C90864
RGB
CMYK
RGB Variations
Color information
#C90864 (or 0xC90864) is known color: Ruby. HEX triplet: C9, 08 and 64. RGB value is (201,8,100). Sum of RGB (Red+Green+Blue) = 201+8+100=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C90864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90864 is #36F79B. Grayscale: #4C4C4C. Windows color (decimal): -3602332 or 6555849. OLE color: 6555849.
HSL color Cylindrical-coordinate representation of color #C90864: hue angle of 331.4º degrees, saturation: 0.92, 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 #C90864 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 100 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.21 |
| HSL | 331.4º | 0.92% | 0.41% | - |
| HSV(B) | 331.4º | 0.96% | 0.79% | - |
| XYZ | 26.47 | 13.51 | 13.27 | - |
| YUV | 76.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 100 | 0 | 0.96 | 0.50 | 0.21 | 331.4 | 0.92 | 0.41 |
| Hex | C9 | 8 | 64 | 0 | 60 | 32 | 15 | 14B | 5C | 29 |
| Octal | 311 | 10 | 144 | 0 | 140 | 62 | 25 | 513 | 134 | 51 |
| Binary | 11001001 | 1000 | 1100100 | 0 | 1100000 | 110010 | 10101 | 101001011 | 1011100 | 101001 |
Color Harmonies of #C90864
Complementary color
Monochromatic Colors of #C90864
Black with #C90864
Text Example
Text Example
White with #C90864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90864; }
p { color: rgb(201,8,100); }
H1.HeaderClassName
{
color: #C90864;
}
.AnyTagClassName
{
color: #C90864;
}
</style>
background-color css
<style>
a { background-color: #C90864; }
a { background-color: rgb(201,8,100); }
div.DivClassName
{
background-color: #C90864;
}
.BgClassName
{
background-color: #C90864;
}
</style>
border-color css
<style>
span { border-color: #C90864; }
span { border-color: rgb(201,8,100); }
td.TdClassName
{
border-color: #C90864;
}
.TagClassName
{
border-color: #C90864;
}
</style>