Shades of Ruby #C2165E
Tints of Ruby #C2165E
RGB
CMYK
RGB Variations
Color information
#C2165E (or 0xC2165E) is known color: Ruby. HEX triplet: C2, 16 and 5E. RGB value is (194,22,94). Sum of RGB (Red+Green+Blue) = 194+22+94=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2165E is #3DE9A1. Grayscale: #515151. Windows color (decimal): -4057506 or 6166210. OLE color: 6166210.
HSL color Cylindrical-coordinate representation of color #C2165E: hue angle of 334.88º 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 #C2165E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 94 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.24 |
| HSL | 334.88º | 0.8% | 0.42% | - |
| HSV(B) | 334.88º | 0.89% | 0.76% | - |
| XYZ | 24.56 | 12.85 | 11.78 | - |
| YUV | 81.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 94 | 0 | 0.89 | 0.52 | 0.24 | 334.88 | 0.8 | 0.42 |
| Hex | C2 | 16 | 5E | 0 | 59 | 34 | 18 | 14F | 50 | 2A |
| Octal | 302 | 26 | 136 | 0 | 131 | 64 | 30 | 517 | 120 | 52 |
| Binary | 11000010 | 10110 | 1011110 | 0 | 1011001 | 110100 | 11000 | 101001111 | 1010000 | 101010 |
Color Harmonies of #C2165E
Complementary color
Monochromatic Colors of #C2165E
Black with #C2165E
Text Example
Text Example
White with #C2165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2165E; }
p { color: rgb(194,22,94); }
H1.HeaderClassName
{
color: #C2165E;
}
.AnyTagClassName
{
color: #C2165E;
}
</style>
background-color css
<style>
a { background-color: #C2165E; }
a { background-color: rgb(194,22,94); }
div.DivClassName
{
background-color: #C2165E;
}
.BgClassName
{
background-color: #C2165E;
}
</style>
border-color css
<style>
span { border-color: #C2165E; }
span { border-color: rgb(194,22,94); }
td.TdClassName
{
border-color: #C2165E;
}
.TagClassName
{
border-color: #C2165E;
}
</style>