Shades of Pale Taupe #C39D7A
Tints of Pale Taupe #C39D7A
RGB
CMYK
RGB Variations
Color information
#C39D7A (or 0xC39D7A) is known color: Pale Taupe. HEX triplet: C3, 9D and 7A. RGB value is (195,157,122). Sum of RGB (Red+Green+Blue) = 195+157+122=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D7A is #3C6285. Grayscale: #A4A4A4. Windows color (decimal): -3957382 or 8035779. OLE color: 8035779.
HSL color Cylindrical-coordinate representation of color #C39D7A: hue angle of 28.77º 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 #C39D7A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 122 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.24 |
| HSL | 28.77º | 0.38% | 0.62% | - |
| HSV(B) | 28.77º | 0.37% | 0.76% | - |
| XYZ | 38.08 | 37.12 | 23.57 | - |
| YUV | 164.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 122 | 0 | 0.19 | 0.37 | 0.24 | 28.77 | 0.38 | 0.62 |
| Hex | C3 | 9D | 7A | 0 | 13 | 25 | 18 | 1D | 26 | 3E |
| Octal | 303 | 235 | 172 | 0 | 23 | 45 | 30 | 35 | 46 | 76 |
| Binary | 11000011 | 10011101 | 1111010 | 0 | 10011 | 100101 | 11000 | 11101 | 100110 | 111110 |
Color Harmonies of #C39D7A
Complementary color
Monochromatic Colors of #C39D7A
Black with #C39D7A
Text Example
Text Example
White with #C39D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D7A; }
p { color: rgb(195,157,122); }
H1.HeaderClassName
{
color: #C39D7A;
}
.AnyTagClassName
{
color: #C39D7A;
}
</style>
background-color css
<style>
a { background-color: #C39D7A; }
a { background-color: rgb(195,157,122); }
div.DivClassName
{
background-color: #C39D7A;
}
.BgClassName
{
background-color: #C39D7A;
}
</style>
border-color css
<style>
span { border-color: #C39D7A; }
span { border-color: rgb(195,157,122); }
td.TdClassName
{
border-color: #C39D7A;
}
.TagClassName
{
border-color: #C39D7A;
}
</style>