Shades of Ruby #C91C68
Tints of Ruby #C91C68
RGB
CMYK
RGB Variations
Color information
#C91C68 (or 0xC91C68) is known color: Ruby. HEX triplet: C9, 1C and 68. RGB value is (201,28,104). Sum of RGB (Red+Green+Blue) = 201+28+104=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C91C68 is #36E397. Grayscale: #585858. Windows color (decimal): -3597208 or 6823113. OLE color: 6823113.
HSL color Cylindrical-coordinate representation of color #C91C68: hue angle of 333.64º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91C68 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 104 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.21 |
| HSL | 333.64º | 0.76% | 0.45% | - |
| HSV(B) | 333.64º | 0.86% | 0.79% | - |
| XYZ | 27 | 14.25 | 14.42 | - |
| YUV | 88.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 104 | 0 | 0.86 | 0.48 | 0.21 | 333.64 | 0.76 | 0.45 |
| Hex | C9 | 1C | 68 | 0 | 56 | 30 | 15 | 14E | 4C | 2D |
| Octal | 311 | 34 | 150 | 0 | 126 | 60 | 25 | 516 | 114 | 55 |
| Binary | 11001001 | 11100 | 1101000 | 0 | 1010110 | 110000 | 10101 | 101001110 | 1001100 | 101101 |
Color Harmonies of #C91C68
Complementary color
Monochromatic Colors of #C91C68
Black with #C91C68
Text Example
Text Example
White with #C91C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C68; }
p { color: rgb(201,28,104); }
H1.HeaderClassName
{
color: #C91C68;
}
.AnyTagClassName
{
color: #C91C68;
}
</style>
background-color css
<style>
a { background-color: #C91C68; }
a { background-color: rgb(201,28,104); }
div.DivClassName
{
background-color: #C91C68;
}
.BgClassName
{
background-color: #C91C68;
}
</style>
border-color css
<style>
span { border-color: #C91C68; }
span { border-color: rgb(201,28,104); }
td.TdClassName
{
border-color: #C91C68;
}
.TagClassName
{
border-color: #C91C68;
}
</style>