Shades of Pale Taupe #C2937B
Tints of Pale Taupe #C2937B
RGB
CMYK
RGB Variations
Color information
#C2937B (or 0xC2937B) is known color: Pale Taupe. HEX triplet: C2, 93 and 7B. RGB value is (194,147,123). Sum of RGB (Red+Green+Blue) = 194+147+123=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937B is #3D6C84. Grayscale: #9E9E9E. Windows color (decimal): -4025477 or 8098754. OLE color: 8098754.
HSL color Cylindrical-coordinate representation of color #C2937B: hue angle of 20.28º 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 #C2937B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 123 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.24 |
| HSL | 20.28º | 0.37% | 0.62% | - |
| HSV(B) | 20.28º | 0.37% | 0.76% | - |
| XYZ | 36.26 | 33.77 | 23.35 | - |
| YUV | 158.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 123 | 0 | 0.24 | 0.37 | 0.24 | 20.28 | 0.37 | 0.62 |
| Hex | C2 | 93 | 7B | 0 | 18 | 25 | 18 | 14 | 25 | 3E |
| Octal | 302 | 223 | 173 | 0 | 30 | 45 | 30 | 24 | 45 | 76 |
| Binary | 11000010 | 10010011 | 1111011 | 0 | 11000 | 100101 | 11000 | 10100 | 100101 | 111110 |
Color Harmonies of #C2937B
Complementary color
Monochromatic Colors of #C2937B
Black with #C2937B
Text Example
Text Example
White with #C2937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2937B; }
p { color: rgb(194,147,123); }
H1.HeaderClassName
{
color: #C2937B;
}
.AnyTagClassName
{
color: #C2937B;
}
</style>
background-color css
<style>
a { background-color: #C2937B; }
a { background-color: rgb(194,147,123); }
div.DivClassName
{
background-color: #C2937B;
}
.BgClassName
{
background-color: #C2937B;
}
</style>
border-color css
<style>
span { border-color: #C2937B; }
span { border-color: rgb(194,147,123); }
td.TdClassName
{
border-color: #C2937B;
}
.TagClassName
{
border-color: #C2937B;
}
</style>