Shades of Pale Taupe #C39A76
Tints of Pale Taupe #C39A76
RGB
CMYK
RGB Variations
Color information
#C39A76 (or 0xC39A76) is known color: Pale Taupe. HEX triplet: C3, 9A and 76. RGB value is (195,154,118). Sum of RGB (Red+Green+Blue) = 195+154+118=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A76 is #3C6589. Grayscale: #A2A2A2. Windows color (decimal): -3958154 or 7772867. OLE color: 7772867.
HSL color Cylindrical-coordinate representation of color #C39A76: hue angle of 28.05º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C39A76 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 118 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.24 |
| HSL | 28.05º | 0.39% | 0.61% | - |
| HSV(B) | 28.05º | 0.39% | 0.76% | - |
| XYZ | 37.33 | 36.02 | 22.12 | - |
| YUV | 162.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 118 | 0 | 0.21 | 0.39 | 0.24 | 28.05 | 0.39 | 0.61 |
| Hex | C3 | 9A | 76 | 0 | 15 | 27 | 18 | 1C | 27 | 3D |
| Octal | 303 | 232 | 166 | 0 | 25 | 47 | 30 | 34 | 47 | 75 |
| Binary | 11000011 | 10011010 | 1110110 | 0 | 10101 | 100111 | 11000 | 11100 | 100111 | 111101 |
Color Harmonies of #C39A76
Complementary color
Monochromatic Colors of #C39A76
Black with #C39A76
Text Example
Text Example
White with #C39A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A76; }
p { color: rgb(195,154,118); }
H1.HeaderClassName
{
color: #C39A76;
}
.AnyTagClassName
{
color: #C39A76;
}
</style>
background-color css
<style>
a { background-color: #C39A76; }
a { background-color: rgb(195,154,118); }
div.DivClassName
{
background-color: #C39A76;
}
.BgClassName
{
background-color: #C39A76;
}
</style>
border-color css
<style>
span { border-color: #C39A76; }
span { border-color: rgb(195,154,118); }
td.TdClassName
{
border-color: #C39A76;
}
.TagClassName
{
border-color: #C39A76;
}
</style>