Shades of Ruby #C90C55
Tints of Ruby #C90C55
RGB
CMYK
RGB Variations
Color information
#C90C55 (or 0xC90C55) is known color: Ruby. HEX triplet: C9, 0C and 55. RGB value is (201,12,85). Sum of RGB (Red+Green+Blue) = 201+12+85=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C55 is #36F3AA. Grayscale: #4C4C4C. Windows color (decimal): -3601323 or 5573833. OLE color: 5573833.
HSL color Cylindrical-coordinate representation of color #C90C55: hue angle of 336.83º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C55 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 85 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.21 |
| HSL | 336.83º | 0.89% | 0.42% | - |
| HSV(B) | 336.83º | 0.94% | 0.79% | - |
| XYZ | 25.86 | 13.34 | 9.81 | - |
| YUV | 76.83 | 132.62 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 85 | 0 | 0.94 | 0.58 | 0.21 | 336.83 | 0.89 | 0.42 |
| Hex | C9 | C | 55 | 0 | 5E | 3A | 15 | 151 | 59 | 2A |
| Octal | 311 | 14 | 125 | 0 | 136 | 72 | 25 | 521 | 131 | 52 |
| Binary | 11001001 | 1100 | 1010101 | 0 | 1011110 | 111010 | 10101 | 101010001 | 1011001 | 101010 |
Color Harmonies of #C90C55
Complementary color
Monochromatic Colors of #C90C55
Black with #C90C55
Text Example
Text Example
White with #C90C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C55; }
p { color: rgb(201,12,85); }
H1.HeaderClassName
{
color: #C90C55;
}
.AnyTagClassName
{
color: #C90C55;
}
</style>
background-color css
<style>
a { background-color: #C90C55; }
a { background-color: rgb(201,12,85); }
div.DivClassName
{
background-color: #C90C55;
}
.BgClassName
{
background-color: #C90C55;
}
</style>
border-color css
<style>
span { border-color: #C90C55; }
span { border-color: rgb(201,12,85); }
td.TdClassName
{
border-color: #C90C55;
}
.TagClassName
{
border-color: #C90C55;
}
</style>