Shades of Pale Taupe #C39C7B
Tints of Pale Taupe #C39C7B
RGB
CMYK
RGB Variations
Color information
#C39C7B (or 0xC39C7B) is known color: Pale Taupe. HEX triplet: C3, 9C and 7B. RGB value is (195,156,123). Sum of RGB (Red+Green+Blue) = 195+156+123=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C7B is #3C6384. Grayscale: #A4A4A4. Windows color (decimal): -3957637 or 8101059. OLE color: 8101059.
HSL color Cylindrical-coordinate representation of color #C39C7B: hue angle of 27.5º 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 #C39C7B is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 123 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.24 |
| HSL | 27.5º | 0.38% | 0.62% | - |
| HSV(B) | 27.5º | 0.37% | 0.76% | - |
| XYZ | 37.97 | 36.81 | 23.84 | - |
| YUV | 163.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 123 | 0 | 0.20 | 0.37 | 0.24 | 27.5 | 0.38 | 0.62 |
| Hex | C3 | 9C | 7B | 0 | 14 | 25 | 18 | 1C | 26 | 3E |
| Octal | 303 | 234 | 173 | 0 | 24 | 45 | 30 | 34 | 46 | 76 |
| Binary | 11000011 | 10011100 | 1111011 | 0 | 10100 | 100101 | 11000 | 11100 | 100110 | 111110 |
Color Harmonies of #C39C7B
Complementary color
Monochromatic Colors of #C39C7B
Black with #C39C7B
Text Example
Text Example
White with #C39C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C7B; }
p { color: rgb(195,156,123); }
H1.HeaderClassName
{
color: #C39C7B;
}
.AnyTagClassName
{
color: #C39C7B;
}
</style>
background-color css
<style>
a { background-color: #C39C7B; }
a { background-color: rgb(195,156,123); }
div.DivClassName
{
background-color: #C39C7B;
}
.BgClassName
{
background-color: #C39C7B;
}
</style>
border-color css
<style>
span { border-color: #C39C7B; }
span { border-color: rgb(195,156,123); }
td.TdClassName
{
border-color: #C39C7B;
}
.TagClassName
{
border-color: #C39C7B;
}
</style>