Shades of Pale Taupe #C2937A
Tints of Pale Taupe #C2937A
RGB
CMYK
RGB Variations
Color information
#C2937A (or 0xC2937A) is known color: Pale Taupe. HEX triplet: C2, 93 and 7A. RGB value is (194,147,122). Sum of RGB (Red+Green+Blue) = 194+147+122=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937A is #3D6C85. Grayscale: #9E9E9E. Windows color (decimal): -4025478 or 8033218. OLE color: 8033218.
HSL color Cylindrical-coordinate representation of color #C2937A: hue angle of 20.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2937A is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 122 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.24 |
| HSL | 20.83º | 0.37% | 0.62% | - |
| HSV(B) | 20.83º | 0.37% | 0.76% | - |
| XYZ | 36.19 | 33.74 | 23.02 | - |
| YUV | 158.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 122 | 0 | 0.24 | 0.37 | 0.24 | 20.83 | 0.37 | 0.62 |
| Hex | C2 | 93 | 7A | 0 | 18 | 25 | 18 | 15 | 25 | 3E |
| Octal | 302 | 223 | 172 | 0 | 30 | 45 | 30 | 25 | 45 | 76 |
| Binary | 11000010 | 10010011 | 1111010 | 0 | 11000 | 100101 | 11000 | 10101 | 100101 | 111110 |
Color Harmonies of #C2937A
Complementary color
Monochromatic Colors of #C2937A
Black with #C2937A
Text Example
Text Example
White with #C2937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2937A; }
p { color: rgb(194,147,122); }
H1.HeaderClassName
{
color: #C2937A;
}
.AnyTagClassName
{
color: #C2937A;
}
</style>
background-color css
<style>
a { background-color: #C2937A; }
a { background-color: rgb(194,147,122); }
div.DivClassName
{
background-color: #C2937A;
}
.BgClassName
{
background-color: #C2937A;
}
</style>
border-color css
<style>
span { border-color: #C2937A; }
span { border-color: rgb(194,147,122); }
td.TdClassName
{
border-color: #C2937A;
}
.TagClassName
{
border-color: #C2937A;
}
</style>