Shades of Ruby #C2105B
Tints of Ruby #C2105B
RGB
CMYK
RGB Variations
Color information
#C2105B (or 0xC2105B) is known color: Ruby. HEX triplet: C2, 10 and 5B. RGB value is (194,16,91). Sum of RGB (Red+Green+Blue) = 194+16+91=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2105B is #3DEFA4. Grayscale: #4D4D4D. Windows color (decimal): -4059045 or 5968066. OLE color: 5968066.
HSL color Cylindrical-coordinate representation of color #C2105B: hue angle of 334.72º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2105B is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 91 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.24 |
| HSL | 334.72º | 0.85% | 0.41% | - |
| HSV(B) | 334.72º | 0.92% | 0.76% | - |
| XYZ | 24.32 | 12.6 | 11.05 | - |
| YUV | 77.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 91 | 0 | 0.92 | 0.53 | 0.24 | 334.72 | 0.85 | 0.41 |
| Hex | C2 | 10 | 5B | 0 | 5C | 35 | 18 | 14F | 55 | 29 |
| Octal | 302 | 20 | 133 | 0 | 134 | 65 | 30 | 517 | 125 | 51 |
| Binary | 11000010 | 10000 | 1011011 | 0 | 1011100 | 110101 | 11000 | 101001111 | 1010101 | 101001 |
Color Harmonies of #C2105B
Complementary color
Monochromatic Colors of #C2105B
Black with #C2105B
Text Example
Text Example
White with #C2105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2105B; }
p { color: rgb(194,16,91); }
H1.HeaderClassName
{
color: #C2105B;
}
.AnyTagClassName
{
color: #C2105B;
}
</style>
background-color css
<style>
a { background-color: #C2105B; }
a { background-color: rgb(194,16,91); }
div.DivClassName
{
background-color: #C2105B;
}
.BgClassName
{
background-color: #C2105B;
}
</style>
border-color css
<style>
span { border-color: #C2105B; }
span { border-color: rgb(194,16,91); }
td.TdClassName
{
border-color: #C2105B;
}
.TagClassName
{
border-color: #C2105B;
}
</style>