Shades of Ruby #C90858
Tints of Ruby #C90858
RGB
CMYK
RGB Variations
Color information
#C90858 (or 0xC90858) is known color: Ruby. HEX triplet: C9, 08 and 58. RGB value is (201,8,88). Sum of RGB (Red+Green+Blue) = 201+8+88=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C90858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90858 is #36F7A7. Grayscale: #4A4A4A. Windows color (decimal): -3602344 or 5769417. OLE color: 5769417.
HSL color Cylindrical-coordinate representation of color #C90858: hue angle of 335.13º degrees, saturation: 0.92, 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 #C90858 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.21 |
| HSL | 335.13º | 0.92% | 0.41% | - |
| HSV(B) | 335.13º | 0.96% | 0.79% | - |
| XYZ | 25.94 | 13.3 | 10.43 | - |
| YUV | 74.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 88 | 0 | 0.96 | 0.56 | 0.21 | 335.13 | 0.92 | 0.41 |
| Hex | C9 | 8 | 58 | 0 | 60 | 38 | 15 | 14F | 5C | 29 |
| Octal | 311 | 10 | 130 | 0 | 140 | 70 | 25 | 517 | 134 | 51 |
| Binary | 11001001 | 1000 | 1011000 | 0 | 1100000 | 111000 | 10101 | 101001111 | 1011100 | 101001 |
Color Harmonies of #C90858
Complementary color
Monochromatic Colors of #C90858
Black with #C90858
Text Example
Text Example
White with #C90858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90858; }
p { color: rgb(201,8,88); }
H1.HeaderClassName
{
color: #C90858;
}
.AnyTagClassName
{
color: #C90858;
}
</style>
background-color css
<style>
a { background-color: #C90858; }
a { background-color: rgb(201,8,88); }
div.DivClassName
{
background-color: #C90858;
}
.BgClassName
{
background-color: #C90858;
}
</style>
border-color css
<style>
span { border-color: #C90858; }
span { border-color: rgb(201,8,88); }
td.TdClassName
{
border-color: #C90858;
}
.TagClassName
{
border-color: #C90858;
}
</style>