Shades of Ruby #C90956
Tints of Ruby #C90956
RGB
CMYK
RGB Variations
Color information
#C90956 (or 0xC90956) is known color: Ruby. HEX triplet: C9, 09 and 56. RGB value is (201,9,86). Sum of RGB (Red+Green+Blue) = 201+9+86=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C90956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90956 is #36F6A9. Grayscale: #4B4B4B. Windows color (decimal): -3602090 or 5638601. OLE color: 5638601.
HSL color Cylindrical-coordinate representation of color #C90956: hue angle of 335.94º degrees, saturation: 0.91, 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 #C90956 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 86 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.21 |
| HSL | 335.94º | 0.91% | 0.41% | - |
| HSV(B) | 335.94º | 0.96% | 0.79% | - |
| XYZ | 25.86 | 13.28 | 10.01 | - |
| YUV | 75.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 86 | 0 | 0.96 | 0.57 | 0.21 | 335.94 | 0.91 | 0.41 |
| Hex | C9 | 9 | 56 | 0 | 60 | 39 | 15 | 150 | 5B | 29 |
| Octal | 311 | 11 | 126 | 0 | 140 | 71 | 25 | 520 | 133 | 51 |
| Binary | 11001001 | 1001 | 1010110 | 0 | 1100000 | 111001 | 10101 | 101010000 | 1011011 | 101001 |
Color Harmonies of #C90956
Complementary color
Monochromatic Colors of #C90956
Black with #C90956
Text Example
Text Example
White with #C90956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90956; }
p { color: rgb(201,9,86); }
H1.HeaderClassName
{
color: #C90956;
}
.AnyTagClassName
{
color: #C90956;
}
</style>
background-color css
<style>
a { background-color: #C90956; }
a { background-color: rgb(201,9,86); }
div.DivClassName
{
background-color: #C90956;
}
.BgClassName
{
background-color: #C90956;
}
</style>
border-color css
<style>
span { border-color: #C90956; }
span { border-color: rgb(201,9,86); }
td.TdClassName
{
border-color: #C90956;
}
.TagClassName
{
border-color: #C90956;
}
</style>