Shades of Ruby #C2105C
Tints of Ruby #C2105C
RGB
CMYK
RGB Variations
Color information
#C2105C (or 0xC2105C) is known color: Ruby. HEX triplet: C2, 10 and 5C. RGB value is (194,16,92). Sum of RGB (Red+Green+Blue) = 194+16+92=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2105C is #3DEFA3. Grayscale: #4D4D4D. Windows color (decimal): -4059044 or 6033602. OLE color: 6033602.
HSL color Cylindrical-coordinate representation of color #C2105C: hue angle of 334.38º 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 #C2105C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.24 |
| HSL | 334.38º | 0.85% | 0.41% | - |
| HSV(B) | 334.38º | 0.92% | 0.76% | - |
| XYZ | 24.37 | 12.61 | 11.28 | - |
| YUV | 77.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 92 | 0 | 0.92 | 0.53 | 0.24 | 334.38 | 0.85 | 0.41 |
| Hex | C2 | 10 | 5C | 0 | 5C | 35 | 18 | 14E | 55 | 29 |
| Octal | 302 | 20 | 134 | 0 | 134 | 65 | 30 | 516 | 125 | 51 |
| Binary | 11000010 | 10000 | 1011100 | 0 | 1011100 | 110101 | 11000 | 101001110 | 1010101 | 101001 |
Color Harmonies of #C2105C
Complementary color
Monochromatic Colors of #C2105C
Black with #C2105C
Text Example
Text Example
White with #C2105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2105C; }
p { color: rgb(194,16,92); }
H1.HeaderClassName
{
color: #C2105C;
}
.AnyTagClassName
{
color: #C2105C;
}
</style>
background-color css
<style>
a { background-color: #C2105C; }
a { background-color: rgb(194,16,92); }
div.DivClassName
{
background-color: #C2105C;
}
.BgClassName
{
background-color: #C2105C;
}
</style>
border-color css
<style>
span { border-color: #C2105C; }
span { border-color: rgb(194,16,92); }
td.TdClassName
{
border-color: #C2105C;
}
.TagClassName
{
border-color: #C2105C;
}
</style>