Shades of Pale Taupe #C39B7C
Tints of Pale Taupe #C39B7C
RGB
CMYK
RGB Variations
Color information
#C39B7C (or 0xC39B7C) is known color: Pale Taupe. HEX triplet: C3, 9B and 7C. RGB value is (195,155,124). Sum of RGB (Red+Green+Blue) = 195+155+124=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39B7C is #3C6483. Grayscale: #A3A3A3. Windows color (decimal): -3957892 or 8166339. OLE color: 8166339.
HSL color Cylindrical-coordinate representation of color #C39B7C: hue angle of 26.2º 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 #C39B7C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 124 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.24 |
| HSL | 26.2º | 0.37% | 0.63% | - |
| HSV(B) | 26.2º | 0.36% | 0.76% | - |
| XYZ | 37.87 | 36.5 | 24.12 | - |
| YUV | 163.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 124 | 0 | 0.21 | 0.36 | 0.24 | 26.2 | 0.37 | 0.63 |
| Hex | C3 | 9B | 7C | 0 | 15 | 24 | 18 | 1A | 25 | 3F |
| Octal | 303 | 233 | 174 | 0 | 25 | 44 | 30 | 32 | 45 | 77 |
| Binary | 11000011 | 10011011 | 1111100 | 0 | 10101 | 100100 | 11000 | 11010 | 100101 | 111111 |
Color Harmonies of #C39B7C
Complementary color
Monochromatic Colors of #C39B7C
Black with #C39B7C
Text Example
Text Example
White with #C39B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B7C; }
p { color: rgb(195,155,124); }
H1.HeaderClassName
{
color: #C39B7C;
}
.AnyTagClassName
{
color: #C39B7C;
}
</style>
background-color css
<style>
a { background-color: #C39B7C; }
a { background-color: rgb(195,155,124); }
div.DivClassName
{
background-color: #C39B7C;
}
.BgClassName
{
background-color: #C39B7C;
}
</style>
border-color css
<style>
span { border-color: #C39B7C; }
span { border-color: rgb(195,155,124); }
td.TdClassName
{
border-color: #C39B7C;
}
.TagClassName
{
border-color: #C39B7C;
}
</style>