Shades of Ruby #C2155B
Tints of Ruby #C2155B
RGB
CMYK
RGB Variations
Color information
#C2155B (or 0xC2155B) is known color: Ruby. HEX triplet: C2, 15 and 5B. RGB value is (194,21,91). Sum of RGB (Red+Green+Blue) = 194+21+91=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2155B is #3DEAA4. Grayscale: #505050. Windows color (decimal): -4057765 or 5969346. OLE color: 5969346.
HSL color Cylindrical-coordinate representation of color #C2155B: hue angle of 335.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2155B is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 91 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.24 |
| HSL | 335.72º | 0.8% | 0.42% | - |
| HSV(B) | 335.72º | 0.89% | 0.76% | - |
| XYZ | 24.4 | 12.76 | 11.07 | - |
| YUV | 80.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 91 | 0 | 0.89 | 0.53 | 0.24 | 335.72 | 0.8 | 0.42 |
| Hex | C2 | 15 | 5B | 0 | 59 | 35 | 18 | 150 | 50 | 2A |
| Octal | 302 | 25 | 133 | 0 | 131 | 65 | 30 | 520 | 120 | 52 |
| Binary | 11000010 | 10101 | 1011011 | 0 | 1011001 | 110101 | 11000 | 101010000 | 1010000 | 101010 |
Color Harmonies of #C2155B
Complementary color
Monochromatic Colors of #C2155B
Black with #C2155B
Text Example
Text Example
White with #C2155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2155B; }
p { color: rgb(194,21,91); }
H1.HeaderClassName
{
color: #C2155B;
}
.AnyTagClassName
{
color: #C2155B;
}
</style>
background-color css
<style>
a { background-color: #C2155B; }
a { background-color: rgb(194,21,91); }
div.DivClassName
{
background-color: #C2155B;
}
.BgClassName
{
background-color: #C2155B;
}
</style>
border-color css
<style>
span { border-color: #C2155B; }
span { border-color: rgb(194,21,91); }
td.TdClassName
{
border-color: #C2155B;
}
.TagClassName
{
border-color: #C2155B;
}
</style>