Shades of Pale Taupe #C39A7D
Tints of Pale Taupe #C39A7D
RGB
CMYK
RGB Variations
Color information
#C39A7D (or 0xC39A7D) is known color: Pale Taupe. HEX triplet: C3, 9A and 7D. RGB value is (195,154,125). Sum of RGB (Red+Green+Blue) = 195+154+125=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A7D is #3C6582. Grayscale: #A3A3A3. Windows color (decimal): -3958147 or 8231619. OLE color: 8231619.
HSL color Cylindrical-coordinate representation of color #C39A7D: hue angle of 24.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C39A7D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 125 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.24 |
| HSL | 24.86º | 0.37% | 0.63% | - |
| HSV(B) | 24.86º | 0.36% | 0.76% | - |
| XYZ | 37.76 | 36.19 | 24.4 | - |
| YUV | 162.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 125 | 0 | 0.21 | 0.36 | 0.24 | 24.86 | 0.37 | 0.63 |
| Hex | C3 | 9A | 7D | 0 | 15 | 24 | 18 | 19 | 25 | 3F |
| Octal | 303 | 232 | 175 | 0 | 25 | 44 | 30 | 31 | 45 | 77 |
| Binary | 11000011 | 10011010 | 1111101 | 0 | 10101 | 100100 | 11000 | 11001 | 100101 | 111111 |
Color Harmonies of #C39A7D
Complementary color
Monochromatic Colors of #C39A7D
Black with #C39A7D
Text Example
Text Example
White with #C39A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A7D; }
p { color: rgb(195,154,125); }
H1.HeaderClassName
{
color: #C39A7D;
}
.AnyTagClassName
{
color: #C39A7D;
}
</style>
background-color css
<style>
a { background-color: #C39A7D; }
a { background-color: rgb(195,154,125); }
div.DivClassName
{
background-color: #C39A7D;
}
.BgClassName
{
background-color: #C39A7D;
}
</style>
border-color css
<style>
span { border-color: #C39A7D; }
span { border-color: rgb(195,154,125); }
td.TdClassName
{
border-color: #C39A7D;
}
.TagClassName
{
border-color: #C39A7D;
}
</style>