Shades of Ruby #C2165A
Tints of Ruby #C2165A
RGB
CMYK
RGB Variations
Color information
#C2165A (or 0xC2165A) is known color: Ruby. HEX triplet: C2, 16 and 5A. RGB value is (194,22,90). Sum of RGB (Red+Green+Blue) = 194+22+90=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2165A is #3DE9A5. Grayscale: #515151. Windows color (decimal): -4057510 or 5904066. OLE color: 5904066.
HSL color Cylindrical-coordinate representation of color #C2165A: hue angle of 336.28º 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 #C2165A is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 90 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.24 |
| HSL | 336.28º | 0.8% | 0.42% | - |
| HSV(B) | 336.28º | 0.89% | 0.76% | - |
| XYZ | 24.38 | 12.78 | 10.85 | - |
| YUV | 81.18 | 132.98 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 90 | 0 | 0.89 | 0.54 | 0.24 | 336.28 | 0.8 | 0.42 |
| Hex | C2 | 16 | 5A | 0 | 59 | 36 | 18 | 150 | 50 | 2A |
| Octal | 302 | 26 | 132 | 0 | 131 | 66 | 30 | 520 | 120 | 52 |
| Binary | 11000010 | 10110 | 1011010 | 0 | 1011001 | 110110 | 11000 | 101010000 | 1010000 | 101010 |
Color Harmonies of #C2165A
Complementary color
Monochromatic Colors of #C2165A
Black with #C2165A
Text Example
Text Example
White with #C2165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2165A; }
p { color: rgb(194,22,90); }
H1.HeaderClassName
{
color: #C2165A;
}
.AnyTagClassName
{
color: #C2165A;
}
</style>
background-color css
<style>
a { background-color: #C2165A; }
a { background-color: rgb(194,22,90); }
div.DivClassName
{
background-color: #C2165A;
}
.BgClassName
{
background-color: #C2165A;
}
</style>
border-color css
<style>
span { border-color: #C2165A; }
span { border-color: rgb(194,22,90); }
td.TdClassName
{
border-color: #C2165A;
}
.TagClassName
{
border-color: #C2165A;
}
</style>