Shades of Ruby #C90C57
Tints of Ruby #C90C57
RGB
CMYK
RGB Variations
Color information
#C90C57 (or 0xC90C57) is known color: Ruby. HEX triplet: C9, 0C and 57. RGB value is (201,12,87). Sum of RGB (Red+Green+Blue) = 201+12+87=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C57 is #36F3A8. Grayscale: #4C4C4C. Windows color (decimal): -3601321 or 5704905. OLE color: 5704905.
HSL color Cylindrical-coordinate representation of color #C90C57: hue angle of 336.19º 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 #C90C57 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 87 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.21 |
| HSL | 336.19º | 0.89% | 0.42% | - |
| HSV(B) | 336.19º | 0.94% | 0.79% | - |
| XYZ | 25.94 | 13.37 | 10.23 | - |
| YUV | 77.06 | 133.62 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 87 | 0 | 0.94 | 0.57 | 0.21 | 336.19 | 0.89 | 0.42 |
| Hex | C9 | C | 57 | 0 | 5E | 39 | 15 | 150 | 59 | 2A |
| Octal | 311 | 14 | 127 | 0 | 136 | 71 | 25 | 520 | 131 | 52 |
| Binary | 11001001 | 1100 | 1010111 | 0 | 1011110 | 111001 | 10101 | 101010000 | 1011001 | 101010 |
Color Harmonies of #C90C57
Complementary color
Monochromatic Colors of #C90C57
Black with #C90C57
Text Example
Text Example
White with #C90C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C57; }
p { color: rgb(201,12,87); }
H1.HeaderClassName
{
color: #C90C57;
}
.AnyTagClassName
{
color: #C90C57;
}
</style>
background-color css
<style>
a { background-color: #C90C57; }
a { background-color: rgb(201,12,87); }
div.DivClassName
{
background-color: #C90C57;
}
.BgClassName
{
background-color: #C90C57;
}
</style>
border-color css
<style>
span { border-color: #C90C57; }
span { border-color: rgb(201,12,87); }
td.TdClassName
{
border-color: #C90C57;
}
.TagClassName
{
border-color: #C90C57;
}
</style>