Shades of Ruby #C91368
Tints of Ruby #C91368
RGB
CMYK
RGB Variations
Color information
#C91368 (or 0xC91368) is known color: Ruby. HEX triplet: C9, 13 and 68. RGB value is (201,19,104). Sum of RGB (Red+Green+Blue) = 201+19+104=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C91368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91368 is #36EC97. Grayscale: #525252. Windows color (decimal): -3599512 or 6820809. OLE color: 6820809.
HSL color Cylindrical-coordinate representation of color #C91368: hue angle of 331.98º 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 #C91368 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 104 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.21 |
| HSL | 331.98º | 0.83% | 0.43% | - |
| HSV(B) | 331.98º | 0.91% | 0.79% | - |
| XYZ | 26.82 | 13.88 | 14.36 | - |
| YUV | 83.11 | 139.8 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 104 | 0 | 0.91 | 0.48 | 0.21 | 331.98 | 0.83 | 0.43 |
| Hex | C9 | 13 | 68 | 0 | 5B | 30 | 15 | 14C | 53 | 2B |
| Octal | 311 | 23 | 150 | 0 | 133 | 60 | 25 | 514 | 123 | 53 |
| Binary | 11001001 | 10011 | 1101000 | 0 | 1011011 | 110000 | 10101 | 101001100 | 1010011 | 101011 |
Color Harmonies of #C91368
Complementary color
Monochromatic Colors of #C91368
Black with #C91368
Text Example
Text Example
White with #C91368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91368; }
p { color: rgb(201,19,104); }
H1.HeaderClassName
{
color: #C91368;
}
.AnyTagClassName
{
color: #C91368;
}
</style>
background-color css
<style>
a { background-color: #C91368; }
a { background-color: rgb(201,19,104); }
div.DivClassName
{
background-color: #C91368;
}
.BgClassName
{
background-color: #C91368;
}
</style>
border-color css
<style>
span { border-color: #C91368; }
span { border-color: rgb(201,19,104); }
td.TdClassName
{
border-color: #C91368;
}
.TagClassName
{
border-color: #C91368;
}
</style>