Shades of Ruby #C2145A
Tints of Ruby #C2145A
RGB
CMYK
RGB Variations
Color information
#C2145A (or 0xC2145A) is known color: Ruby. HEX triplet: C2, 14 and 5A. RGB value is (194,20,90). Sum of RGB (Red+Green+Blue) = 194+20+90=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2145A is #3DEBA5. Grayscale: #4F4F4F. Windows color (decimal): -4058022 or 5903554. OLE color: 5903554.
HSL color Cylindrical-coordinate representation of color #C2145A: hue angle of 335.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2145A is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 90 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.24 |
| HSL | 335.86º | 0.81% | 0.42% | - |
| HSV(B) | 335.86º | 0.9% | 0.76% | - |
| XYZ | 24.34 | 12.71 | 10.84 | - |
| YUV | 80.01 | 133.65 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 90 | 0 | 0.90 | 0.54 | 0.24 | 335.86 | 0.81 | 0.42 |
| Hex | C2 | 14 | 5A | 0 | 5A | 36 | 18 | 150 | 51 | 2A |
| Octal | 302 | 24 | 132 | 0 | 132 | 66 | 30 | 520 | 121 | 52 |
| Binary | 11000010 | 10100 | 1011010 | 0 | 1011010 | 110110 | 11000 | 101010000 | 1010001 | 101010 |
Color Harmonies of #C2145A
Complementary color
Monochromatic Colors of #C2145A
Black with #C2145A
Text Example
Text Example
White with #C2145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2145A; }
p { color: rgb(194,20,90); }
H1.HeaderClassName
{
color: #C2145A;
}
.AnyTagClassName
{
color: #C2145A;
}
</style>
background-color css
<style>
a { background-color: #C2145A; }
a { background-color: rgb(194,20,90); }
div.DivClassName
{
background-color: #C2145A;
}
.BgClassName
{
background-color: #C2145A;
}
</style>
border-color css
<style>
span { border-color: #C2145A; }
span { border-color: rgb(194,20,90); }
td.TdClassName
{
border-color: #C2145A;
}
.TagClassName
{
border-color: #C2145A;
}
</style>