Shades of Ruby #C2185B
Tints of Ruby #C2185B
RGB
CMYK
RGB Variations
Color information
#C2185B (or 0xC2185B) is known color: Ruby. HEX triplet: C2, 18 and 5B. RGB value is (194,24,91). Sum of RGB (Red+Green+Blue) = 194+24+91=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2185B is #3DE7A4. Grayscale: #525252. Windows color (decimal): -4056997 or 5970114. OLE color: 5970114.
HSL color Cylindrical-coordinate representation of color #C2185B: hue angle of 336.35º 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 #C2185B is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 91 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.24 |
| HSL | 336.35º | 0.78% | 0.43% | - |
| HSV(B) | 336.35º | 0.88% | 0.76% | - |
| XYZ | 24.46 | 12.88 | 11.09 | - |
| YUV | 82.47 | 132.82 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 91 | 0 | 0.88 | 0.53 | 0.24 | 336.35 | 0.78 | 0.43 |
| Hex | C2 | 18 | 5B | 0 | 58 | 35 | 18 | 150 | 4E | 2B |
| Octal | 302 | 30 | 133 | 0 | 130 | 65 | 30 | 520 | 116 | 53 |
| Binary | 11000010 | 11000 | 1011011 | 0 | 1011000 | 110101 | 11000 | 101010000 | 1001110 | 101011 |
Color Harmonies of #C2185B
Complementary color
Monochromatic Colors of #C2185B
Black with #C2185B
Text Example
Text Example
White with #C2185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2185B; }
p { color: rgb(194,24,91); }
H1.HeaderClassName
{
color: #C2185B;
}
.AnyTagClassName
{
color: #C2185B;
}
</style>
background-color css
<style>
a { background-color: #C2185B; }
a { background-color: rgb(194,24,91); }
div.DivClassName
{
background-color: #C2185B;
}
.BgClassName
{
background-color: #C2185B;
}
</style>
border-color css
<style>
span { border-color: #C2185B; }
span { border-color: rgb(194,24,91); }
td.TdClassName
{
border-color: #C2185B;
}
.TagClassName
{
border-color: #C2185B;
}
</style>