Shades of Ruby #C2185C
Tints of Ruby #C2185C
RGB
CMYK
RGB Variations
Color information
#C2185C (or 0xC2185C) is known color: Ruby. HEX triplet: C2, 18 and 5C. RGB value is (194,24,92). Sum of RGB (Red+Green+Blue) = 194+24+92=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2185C is #3DE7A3. Grayscale: #525252. Windows color (decimal): -4056996 or 6035650. OLE color: 6035650.
HSL color Cylindrical-coordinate representation of color #C2185C: hue angle of 336º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2185C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 92 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.24 |
| HSL | 336º | 0.78% | 0.43% | - |
| HSV(B) | 336º | 0.88% | 0.76% | - |
| XYZ | 24.51 | 12.9 | 11.32 | - |
| YUV | 82.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 92 | 0 | 0.88 | 0.53 | 0.24 | 336 | 0.78 | 0.43 |
| Hex | C2 | 18 | 5C | 0 | 58 | 35 | 18 | 150 | 4E | 2B |
| Octal | 302 | 30 | 134 | 0 | 130 | 65 | 30 | 520 | 116 | 53 |
| Binary | 11000010 | 11000 | 1011100 | 0 | 1011000 | 110101 | 11000 | 101010000 | 1001110 | 101011 |
Color Harmonies of #C2185C
Complementary color
Monochromatic Colors of #C2185C
Black with #C2185C
Text Example
Text Example
White with #C2185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2185C; }
p { color: rgb(194,24,92); }
H1.HeaderClassName
{
color: #C2185C;
}
.AnyTagClassName
{
color: #C2185C;
}
</style>
background-color css
<style>
a { background-color: #C2185C; }
a { background-color: rgb(194,24,92); }
div.DivClassName
{
background-color: #C2185C;
}
.BgClassName
{
background-color: #C2185C;
}
</style>
border-color css
<style>
span { border-color: #C2185C; }
span { border-color: rgb(194,24,92); }
td.TdClassName
{
border-color: #C2185C;
}
.TagClassName
{
border-color: #C2185C;
}
</style>