Shades of Ruby #C90658
Tints of Ruby #C90658
RGB
CMYK
RGB Variations
Color information
#C90658 (or 0xC90658) is known color: Ruby. HEX triplet: C9, 06 and 58. RGB value is (201,6,88). Sum of RGB (Red+Green+Blue) = 201+6+88=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C90658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90658 is #36F9A7. Grayscale: #494949. Windows color (decimal): -3602856 or 5768905. OLE color: 5768905.
HSL color Cylindrical-coordinate representation of color #C90658: hue angle of 334.77º 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 #C90658 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.21 |
| HSL | 334.77º | 0.94% | 0.41% | - |
| HSV(B) | 334.77º | 0.97% | 0.79% | - |
| XYZ | 25.91 | 13.25 | 10.42 | - |
| YUV | 73.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 88 | 0 | 0.97 | 0.56 | 0.21 | 334.77 | 0.94 | 0.41 |
| Hex | C9 | 6 | 58 | 0 | 61 | 38 | 15 | 14F | 5E | 29 |
| Octal | 311 | 6 | 130 | 0 | 141 | 70 | 25 | 517 | 136 | 51 |
| Binary | 11001001 | 110 | 1011000 | 0 | 1100001 | 111000 | 10101 | 101001111 | 1011110 | 101001 |
Color Harmonies of #C90658
Complementary color
Monochromatic Colors of #C90658
Black with #C90658
Text Example
Text Example
White with #C90658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90658; }
p { color: rgb(201,6,88); }
H1.HeaderClassName
{
color: #C90658;
}
.AnyTagClassName
{
color: #C90658;
}
</style>
background-color css
<style>
a { background-color: #C90658; }
a { background-color: rgb(201,6,88); }
div.DivClassName
{
background-color: #C90658;
}
.BgClassName
{
background-color: #C90658;
}
</style>
border-color css
<style>
span { border-color: #C90658; }
span { border-color: rgb(201,6,88); }
td.TdClassName
{
border-color: #C90658;
}
.TagClassName
{
border-color: #C90658;
}
</style>