Shades of Ruby #C92060
Tints of Ruby #C92060
RGB
CMYK
RGB Variations
Color information
#C92060 (or 0xC92060) is known color: Ruby. HEX triplet: C9, 20 and 60. RGB value is (201,32,96). Sum of RGB (Red+Green+Blue) = 201+32+96=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C92060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92060 is #36DF9F. Grayscale: #595959. Windows color (decimal): -3596192 or 6299849. OLE color: 6299849.
HSL color Cylindrical-coordinate representation of color #C92060: hue angle of 337.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92060 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 96 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.21 |
| HSL | 337.28º | 0.73% | 0.46% | - |
| HSV(B) | 337.28º | 0.84% | 0.79% | - |
| XYZ | 26.72 | 14.3 | 12.42 | - |
| YUV | 89.83 | 131.49 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 96 | 0 | 0.84 | 0.52 | 0.21 | 337.28 | 0.73 | 0.46 |
| Hex | C9 | 20 | 60 | 0 | 54 | 34 | 15 | 151 | 49 | 2E |
| Octal | 311 | 40 | 140 | 0 | 124 | 64 | 25 | 521 | 111 | 56 |
| Binary | 11001001 | 100000 | 1100000 | 0 | 1010100 | 110100 | 10101 | 101010001 | 1001001 | 101110 |
Color Harmonies of #C92060
Complementary color
Monochromatic Colors of #C92060
Black with #C92060
Text Example
Text Example
White with #C92060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92060; }
p { color: rgb(201,32,96); }
H1.HeaderClassName
{
color: #C92060;
}
.AnyTagClassName
{
color: #C92060;
}
</style>
background-color css
<style>
a { background-color: #C92060; }
a { background-color: rgb(201,32,96); }
div.DivClassName
{
background-color: #C92060;
}
.BgClassName
{
background-color: #C92060;
}
</style>
border-color css
<style>
span { border-color: #C92060; }
span { border-color: rgb(201,32,96); }
td.TdClassName
{
border-color: #C92060;
}
.TagClassName
{
border-color: #C92060;
}
</style>