Shades of Ruby #C90656
Tints of Ruby #C90656
RGB
CMYK
RGB Variations
Color information
#C90656 (or 0xC90656) is known color: Ruby. HEX triplet: C9, 06 and 56. RGB value is (201,6,86). Sum of RGB (Red+Green+Blue) = 201+6+86=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C90656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90656 is #36F9A9. Grayscale: #494949. Windows color (decimal): -3602858 or 5637833. OLE color: 5637833.
HSL color Cylindrical-coordinate representation of color #C90656: hue angle of 335.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90656 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.21 |
| HSL | 335.38º | 0.94% | 0.41% | - |
| HSV(B) | 335.38º | 0.97% | 0.79% | - |
| XYZ | 25.83 | 13.22 | 9.99 | - |
| YUV | 73.43 | 135.1 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 86 | 0 | 0.97 | 0.57 | 0.21 | 335.38 | 0.94 | 0.41 |
| Hex | C9 | 6 | 56 | 0 | 61 | 39 | 15 | 14F | 5E | 29 |
| Octal | 311 | 6 | 126 | 0 | 141 | 71 | 25 | 517 | 136 | 51 |
| Binary | 11001001 | 110 | 1010110 | 0 | 1100001 | 111001 | 10101 | 101001111 | 1011110 | 101001 |
Color Harmonies of #C90656
Complementary color
Monochromatic Colors of #C90656
Black with #C90656
Text Example
Text Example
White with #C90656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90656; }
p { color: rgb(201,6,86); }
H1.HeaderClassName
{
color: #C90656;
}
.AnyTagClassName
{
color: #C90656;
}
</style>
background-color css
<style>
a { background-color: #C90656; }
a { background-color: rgb(201,6,86); }
div.DivClassName
{
background-color: #C90656;
}
.BgClassName
{
background-color: #C90656;
}
</style>
border-color css
<style>
span { border-color: #C90656; }
span { border-color: rgb(201,6,86); }
td.TdClassName
{
border-color: #C90656;
}
.TagClassName
{
border-color: #C90656;
}
</style>