Shades of Pale Taupe #C39B7B
Tints of Pale Taupe #C39B7B
RGB
CMYK
RGB Variations
Color information
#C39B7B (or 0xC39B7B) is known color: Pale Taupe. HEX triplet: C3, 9B and 7B. RGB value is (195,155,123). Sum of RGB (Red+Green+Blue) = 195+155+123=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39B7B is #3C6484. Grayscale: #A3A3A3. Windows color (decimal): -3957893 or 8100803. OLE color: 8100803.
HSL color Cylindrical-coordinate representation of color #C39B7B: hue angle of 26.67º 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 #C39B7B is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 123 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.24 |
| HSL | 26.67º | 0.38% | 0.62% | - |
| HSV(B) | 26.67º | 0.37% | 0.76% | - |
| XYZ | 37.8 | 36.47 | 23.79 | - |
| YUV | 163.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 123 | 0 | 0.21 | 0.37 | 0.24 | 26.67 | 0.38 | 0.62 |
| Hex | C3 | 9B | 7B | 0 | 15 | 25 | 18 | 1B | 26 | 3E |
| Octal | 303 | 233 | 173 | 0 | 25 | 45 | 30 | 33 | 46 | 76 |
| Binary | 11000011 | 10011011 | 1111011 | 0 | 10101 | 100101 | 11000 | 11011 | 100110 | 111110 |
Color Harmonies of #C39B7B
Complementary color
Monochromatic Colors of #C39B7B
Black with #C39B7B
Text Example
Text Example
White with #C39B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B7B; }
p { color: rgb(195,155,123); }
H1.HeaderClassName
{
color: #C39B7B;
}
.AnyTagClassName
{
color: #C39B7B;
}
</style>
background-color css
<style>
a { background-color: #C39B7B; }
a { background-color: rgb(195,155,123); }
div.DivClassName
{
background-color: #C39B7B;
}
.BgClassName
{
background-color: #C39B7B;
}
</style>
border-color css
<style>
span { border-color: #C39B7B; }
span { border-color: rgb(195,155,123); }
td.TdClassName
{
border-color: #C39B7B;
}
.TagClassName
{
border-color: #C39B7B;
}
</style>