Shades of Ruby #C91568
Tints of Ruby #C91568
RGB
CMYK
RGB Variations
Color information
#C91568 (or 0xC91568) is known color: Ruby. HEX triplet: C9, 15 and 68. RGB value is (201,21,104). Sum of RGB (Red+Green+Blue) = 201+21+104=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C91568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C91568 is #36EA97. Grayscale: #545454. Windows color (decimal): -3599000 or 6821321. OLE color: 6821321.
HSL color Cylindrical-coordinate representation of color #C91568: hue angle of 332.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91568 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 21 | 104 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.21 |
| HSL | 332.33º | 0.81% | 0.44% | - |
| HSV(B) | 332.33º | 0.9% | 0.79% | - |
| XYZ | 26.85 | 13.95 | 14.37 | - |
| YUV | 84.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 21 | 104 | 0 | 0.90 | 0.48 | 0.21 | 332.33 | 0.81 | 0.44 |
| Hex | C9 | 15 | 68 | 0 | 5A | 30 | 15 | 14C | 51 | 2C |
| Octal | 311 | 25 | 150 | 0 | 132 | 60 | 25 | 514 | 121 | 54 |
| Binary | 11001001 | 10101 | 1101000 | 0 | 1011010 | 110000 | 10101 | 101001100 | 1010001 | 101100 |
Color Harmonies of #C91568
Complementary color
Monochromatic Colors of #C91568
Black with #C91568
Text Example
Text Example
White with #C91568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91568; }
p { color: rgb(201,21,104); }
H1.HeaderClassName
{
color: #C91568;
}
.AnyTagClassName
{
color: #C91568;
}
</style>
background-color css
<style>
a { background-color: #C91568; }
a { background-color: rgb(201,21,104); }
div.DivClassName
{
background-color: #C91568;
}
.BgClassName
{
background-color: #C91568;
}
</style>
border-color css
<style>
span { border-color: #C91568; }
span { border-color: rgb(201,21,104); }
td.TdClassName
{
border-color: #C91568;
}
.TagClassName
{
border-color: #C91568;
}
</style>