Shades of Ruby #C90557
Tints of Ruby #C90557
RGB
CMYK
RGB Variations
Color information
#C90557 (or 0xC90557) is known color: Ruby. HEX triplet: C9, 05 and 57. RGB value is (201,5,87). Sum of RGB (Red+Green+Blue) = 201+5+87=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C90557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90557 is #36FAA8. Grayscale: #484848. Windows color (decimal): -3603113 or 5703113. OLE color: 5703113.
HSL color Cylindrical-coordinate representation of color #C90557: hue angle of 334.9º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90557 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.21 |
| HSL | 334.9º | 0.95% | 0.4% | - |
| HSV(B) | 334.9º | 0.98% | 0.79% | - |
| XYZ | 25.86 | 13.21 | 10.2 | - |
| YUV | 72.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 87 | 0 | 0.98 | 0.57 | 0.21 | 334.9 | 0.95 | 0.4 |
| Hex | C9 | 5 | 57 | 0 | 62 | 39 | 15 | 14F | 5F | 28 |
| Octal | 311 | 5 | 127 | 0 | 142 | 71 | 25 | 517 | 137 | 50 |
| Binary | 11001001 | 101 | 1010111 | 0 | 1100010 | 111001 | 10101 | 101001111 | 1011111 | 101000 |
Color Harmonies of #C90557
Complementary color
Monochromatic Colors of #C90557
Black with #C90557
Text Example
Text Example
White with #C90557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90557; }
p { color: rgb(201,5,87); }
H1.HeaderClassName
{
color: #C90557;
}
.AnyTagClassName
{
color: #C90557;
}
</style>
background-color css
<style>
a { background-color: #C90557; }
a { background-color: rgb(201,5,87); }
div.DivClassName
{
background-color: #C90557;
}
.BgClassName
{
background-color: #C90557;
}
</style>
border-color css
<style>
span { border-color: #C90557; }
span { border-color: rgb(201,5,87); }
td.TdClassName
{
border-color: #C90557;
}
.TagClassName
{
border-color: #C90557;
}
</style>