Shades of Ruby #C90860
Tints of Ruby #C90860
RGB
CMYK
RGB Variations
Color information
#C90860 (or 0xC90860) is known color: Ruby. HEX triplet: C9, 08 and 60. RGB value is (201,8,96). Sum of RGB (Red+Green+Blue) = 201+8+96=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C90860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90860 is #36F79F. Grayscale: #4B4B4B. Windows color (decimal): -3602336 or 6293705. OLE color: 6293705.
HSL color Cylindrical-coordinate representation of color #C90860: hue angle of 332.64º 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 #C90860 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.21 |
| HSL | 332.64º | 0.92% | 0.41% | - |
| HSV(B) | 332.64º | 0.96% | 0.79% | - |
| XYZ | 26.29 | 13.44 | 12.27 | - |
| YUV | 75.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 96 | 0 | 0.96 | 0.52 | 0.21 | 332.64 | 0.92 | 0.41 |
| Hex | C9 | 8 | 60 | 0 | 60 | 34 | 15 | 14D | 5C | 29 |
| Octal | 311 | 10 | 140 | 0 | 140 | 64 | 25 | 515 | 134 | 51 |
| Binary | 11001001 | 1000 | 1100000 | 0 | 1100000 | 110100 | 10101 | 101001101 | 1011100 | 101001 |
Color Harmonies of #C90860
Complementary color
Monochromatic Colors of #C90860
Black with #C90860
Text Example
Text Example
White with #C90860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90860; }
p { color: rgb(201,8,96); }
H1.HeaderClassName
{
color: #C90860;
}
.AnyTagClassName
{
color: #C90860;
}
</style>
background-color css
<style>
a { background-color: #C90860; }
a { background-color: rgb(201,8,96); }
div.DivClassName
{
background-color: #C90860;
}
.BgClassName
{
background-color: #C90860;
}
</style>
border-color css
<style>
span { border-color: #C90860; }
span { border-color: rgb(201,8,96); }
td.TdClassName
{
border-color: #C90860;
}
.TagClassName
{
border-color: #C90860;
}
</style>