Shades of Ruby #C91360
Tints of Ruby #C91360
RGB
CMYK
RGB Variations
Color information
#C91360 (or 0xC91360) is known color: Ruby. HEX triplet: C9, 13 and 60. RGB value is (201,19,96). Sum of RGB (Red+Green+Blue) = 201+19+96=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C91360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91360 is #36EC9F. Grayscale: #525252. Windows color (decimal): -3599520 or 6296521. OLE color: 6296521.
HSL color Cylindrical-coordinate representation of color #C91360: hue angle of 334.62º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91360 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 96 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.21 |
| HSL | 334.62º | 0.83% | 0.43% | - |
| HSV(B) | 334.62º | 0.91% | 0.79% | - |
| XYZ | 26.43 | 13.73 | 12.32 | - |
| YUV | 82.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 96 | 0 | 0.91 | 0.52 | 0.21 | 334.62 | 0.83 | 0.43 |
| Hex | C9 | 13 | 60 | 0 | 5B | 34 | 15 | 14F | 53 | 2B |
| Octal | 311 | 23 | 140 | 0 | 133 | 64 | 25 | 517 | 123 | 53 |
| Binary | 11001001 | 10011 | 1100000 | 0 | 1011011 | 110100 | 10101 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C91360
Complementary color
Monochromatic Colors of #C91360
Black with #C91360
Text Example
Text Example
White with #C91360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91360; }
p { color: rgb(201,19,96); }
H1.HeaderClassName
{
color: #C91360;
}
.AnyTagClassName
{
color: #C91360;
}
</style>
background-color css
<style>
a { background-color: #C91360; }
a { background-color: rgb(201,19,96); }
div.DivClassName
{
background-color: #C91360;
}
.BgClassName
{
background-color: #C91360;
}
</style>
border-color css
<style>
span { border-color: #C91360; }
span { border-color: rgb(201,19,96); }
td.TdClassName
{
border-color: #C91360;
}
.TagClassName
{
border-color: #C91360;
}
</style>