Shades of Pale Taupe #C39A7B
Tints of Pale Taupe #C39A7B
RGB
CMYK
RGB Variations
Color information
#C39A7B (or 0xC39A7B) is known color: Pale Taupe. HEX triplet: C3, 9A and 7B. RGB value is (195,154,123). Sum of RGB (Red+Green+Blue) = 195+154+123=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A7B is #3C6584. Grayscale: #A2A2A2. Windows color (decimal): -3958149 or 8100547. OLE color: 8100547.
HSL color Cylindrical-coordinate representation of color #C39A7B: hue angle of 25.83º 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 #C39A7B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 123 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.24 |
| HSL | 25.83º | 0.38% | 0.62% | - |
| HSV(B) | 25.83º | 0.37% | 0.76% | - |
| XYZ | 37.64 | 36.14 | 23.73 | - |
| YUV | 162.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 123 | 0 | 0.21 | 0.37 | 0.24 | 25.83 | 0.38 | 0.62 |
| Hex | C3 | 9A | 7B | 0 | 15 | 25 | 18 | 1A | 26 | 3E |
| Octal | 303 | 232 | 173 | 0 | 25 | 45 | 30 | 32 | 46 | 76 |
| Binary | 11000011 | 10011010 | 1111011 | 0 | 10101 | 100101 | 11000 | 11010 | 100110 | 111110 |
Color Harmonies of #C39A7B
Complementary color
Monochromatic Colors of #C39A7B
Black with #C39A7B
Text Example
Text Example
White with #C39A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A7B; }
p { color: rgb(195,154,123); }
H1.HeaderClassName
{
color: #C39A7B;
}
.AnyTagClassName
{
color: #C39A7B;
}
</style>
background-color css
<style>
a { background-color: #C39A7B; }
a { background-color: rgb(195,154,123); }
div.DivClassName
{
background-color: #C39A7B;
}
.BgClassName
{
background-color: #C39A7B;
}
</style>
border-color css
<style>
span { border-color: #C39A7B; }
span { border-color: rgb(195,154,123); }
td.TdClassName
{
border-color: #C39A7B;
}
.TagClassName
{
border-color: #C39A7B;
}
</style>