Shades of Ruby #C90C53
Tints of Ruby #C90C53
RGB
CMYK
RGB Variations
Color information
#C90C53 (or 0xC90C53) is known color: Ruby. HEX triplet: C9, 0C and 53. RGB value is (201,12,83). Sum of RGB (Red+Green+Blue) = 201+12+83=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90C53 is #36F3AC. Grayscale: #4C4C4C. Windows color (decimal): -3601325 or 5442761. OLE color: 5442761.
HSL color Cylindrical-coordinate representation of color #C90C53: hue angle of 337.46º 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 #C90C53 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 12 | 83 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.21 |
| HSL | 337.46º | 0.89% | 0.42% | - |
| HSV(B) | 337.46º | 0.94% | 0.79% | - |
| XYZ | 25.78 | 13.3 | 9.39 | - |
| YUV | 76.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 12 | 83 | 0 | 0.94 | 0.59 | 0.21 | 337.46 | 0.89 | 0.42 |
| Hex | C9 | C | 53 | 0 | 5E | 3B | 15 | 151 | 59 | 2A |
| Octal | 311 | 14 | 123 | 0 | 136 | 73 | 25 | 521 | 131 | 52 |
| Binary | 11001001 | 1100 | 1010011 | 0 | 1011110 | 111011 | 10101 | 101010001 | 1011001 | 101010 |
Color Harmonies of #C90C53
Complementary color
Monochromatic Colors of #C90C53
Black with #C90C53
Text Example
Text Example
White with #C90C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90C53; }
p { color: rgb(201,12,83); }
H1.HeaderClassName
{
color: #C90C53;
}
.AnyTagClassName
{
color: #C90C53;
}
</style>
background-color css
<style>
a { background-color: #C90C53; }
a { background-color: rgb(201,12,83); }
div.DivClassName
{
background-color: #C90C53;
}
.BgClassName
{
background-color: #C90C53;
}
</style>
border-color css
<style>
span { border-color: #C90C53; }
span { border-color: rgb(201,12,83); }
td.TdClassName
{
border-color: #C90C53;
}
.TagClassName
{
border-color: #C90C53;
}
</style>