Shades of Pale Taupe #C39E7A
Tints of Pale Taupe #C39E7A
RGB
CMYK
RGB Variations
Color information
#C39E7A (or 0xC39E7A) is known color: Pale Taupe. HEX triplet: C3, 9E and 7A. RGB value is (195,158,122). Sum of RGB (Red+Green+Blue) = 195+158+122=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C39E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39E7A is #3C6185. Grayscale: #A5A5A5. Windows color (decimal): -3957126 or 8036035. OLE color: 8036035.
HSL color Cylindrical-coordinate representation of color #C39E7A: hue angle of 29.59º degrees, saturation: 0.38, 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 #C39E7A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 158 | 122 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.24 |
| HSL | 29.59º | 0.38% | 0.62% | - |
| HSV(B) | 29.59º | 0.37% | 0.76% | - |
| XYZ | 38.25 | 37.46 | 23.63 | - |
| YUV | 164.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 158 | 122 | 0 | 0.19 | 0.37 | 0.24 | 29.59 | 0.38 | 0.62 |
| Hex | C3 | 9E | 7A | 0 | 13 | 25 | 18 | 1E | 26 | 3E |
| Octal | 303 | 236 | 172 | 0 | 23 | 45 | 30 | 36 | 46 | 76 |
| Binary | 11000011 | 10011110 | 1111010 | 0 | 10011 | 100101 | 11000 | 11110 | 100110 | 111110 |
Color Harmonies of #C39E7A
Complementary color
Monochromatic Colors of #C39E7A
Black with #C39E7A
Text Example
Text Example
White with #C39E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39E7A; }
p { color: rgb(195,158,122); }
H1.HeaderClassName
{
color: #C39E7A;
}
.AnyTagClassName
{
color: #C39E7A;
}
</style>
background-color css
<style>
a { background-color: #C39E7A; }
a { background-color: rgb(195,158,122); }
div.DivClassName
{
background-color: #C39E7A;
}
.BgClassName
{
background-color: #C39E7A;
}
</style>
border-color css
<style>
span { border-color: #C39E7A; }
span { border-color: rgb(195,158,122); }
td.TdClassName
{
border-color: #C39E7A;
}
.TagClassName
{
border-color: #C39E7A;
}
</style>