Shades of Pale Taupe #C39C7A
Tints of Pale Taupe #C39C7A
RGB
CMYK
RGB Variations
Color information
#C39C7A (or 0xC39C7A) is known color: Pale Taupe. HEX triplet: C3, 9C and 7A. RGB value is (195,156,122). Sum of RGB (Red+Green+Blue) = 195+156+122=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C7A is #3C6385. Grayscale: #A3A3A3. Windows color (decimal): -3957638 or 8035523. OLE color: 8035523.
HSL color Cylindrical-coordinate representation of color #C39C7A: hue angle of 27.95º 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 #C39C7A is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 122 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.24 |
| HSL | 27.95º | 0.38% | 0.62% | - |
| HSV(B) | 27.95º | 0.37% | 0.76% | - |
| XYZ | 37.91 | 36.78 | 23.51 | - |
| YUV | 163.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 122 | 0 | 0.20 | 0.37 | 0.24 | 27.95 | 0.38 | 0.62 |
| Hex | C3 | 9C | 7A | 0 | 14 | 25 | 18 | 1C | 26 | 3E |
| Octal | 303 | 234 | 172 | 0 | 24 | 45 | 30 | 34 | 46 | 76 |
| Binary | 11000011 | 10011100 | 1111010 | 0 | 10100 | 100101 | 11000 | 11100 | 100110 | 111110 |
Color Harmonies of #C39C7A
Complementary color
Monochromatic Colors of #C39C7A
Black with #C39C7A
Text Example
Text Example
White with #C39C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C7A; }
p { color: rgb(195,156,122); }
H1.HeaderClassName
{
color: #C39C7A;
}
.AnyTagClassName
{
color: #C39C7A;
}
</style>
background-color css
<style>
a { background-color: #C39C7A; }
a { background-color: rgb(195,156,122); }
div.DivClassName
{
background-color: #C39C7A;
}
.BgClassName
{
background-color: #C39C7A;
}
</style>
border-color css
<style>
span { border-color: #C39C7A; }
span { border-color: rgb(195,156,122); }
td.TdClassName
{
border-color: #C39C7A;
}
.TagClassName
{
border-color: #C39C7A;
}
</style>