Shades of Pale Taupe #C39B7D
Tints of Pale Taupe #C39B7D
RGB
CMYK
RGB Variations
Color information
#C39B7D (or 0xC39B7D) is known color: Pale Taupe. HEX triplet: C3, 9B and 7D. RGB value is (195,155,125). Sum of RGB (Red+Green+Blue) = 195+155+125=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39B7D is #3C6482. Grayscale: #A3A3A3. Windows color (decimal): -3957891 or 8231875. OLE color: 8231875.
HSL color Cylindrical-coordinate representation of color #C39B7D: hue angle of 25.71º 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 #C39B7D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 125 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.24 |
| HSL | 25.71º | 0.37% | 0.63% | - |
| HSV(B) | 25.71º | 0.36% | 0.76% | - |
| XYZ | 37.93 | 36.53 | 24.45 | - |
| YUV | 163.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 125 | 0 | 0.21 | 0.36 | 0.24 | 25.71 | 0.37 | 0.63 |
| Hex | C3 | 9B | 7D | 0 | 15 | 24 | 18 | 1A | 25 | 3F |
| Octal | 303 | 233 | 175 | 0 | 25 | 44 | 30 | 32 | 45 | 77 |
| Binary | 11000011 | 10011011 | 1111101 | 0 | 10101 | 100100 | 11000 | 11010 | 100101 | 111111 |
Color Harmonies of #C39B7D
Complementary color
Monochromatic Colors of #C39B7D
Black with #C39B7D
Text Example
Text Example
White with #C39B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B7D; }
p { color: rgb(195,155,125); }
H1.HeaderClassName
{
color: #C39B7D;
}
.AnyTagClassName
{
color: #C39B7D;
}
</style>
background-color css
<style>
a { background-color: #C39B7D; }
a { background-color: rgb(195,155,125); }
div.DivClassName
{
background-color: #C39B7D;
}
.BgClassName
{
background-color: #C39B7D;
}
</style>
border-color css
<style>
span { border-color: #C39B7D; }
span { border-color: rgb(195,155,125); }
td.TdClassName
{
border-color: #C39B7D;
}
.TagClassName
{
border-color: #C39B7D;
}
</style>