Shades of Pale Taupe #C39178
Tints of Pale Taupe #C39178
RGB
CMYK
RGB Variations
Color information
#C39178 (or 0xC39178) is known color: Pale Taupe. HEX triplet: C3, 91 and 78. RGB value is (195,145,120). Sum of RGB (Red+Green+Blue) = 195+145+120=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C39178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39178 is #3C6E87. Grayscale: #9D9D9D. Windows color (decimal): -3960456 or 7901635. OLE color: 7901635.
HSL color Cylindrical-coordinate representation of color #C39178: hue angle of 20º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C39178 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 120 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.24 |
| HSL | 20º | 0.38% | 0.62% | - |
| HSV(B) | 20º | 0.38% | 0.76% | - |
| XYZ | 36.02 | 33.21 | 22.28 | - |
| YUV | 157.1 | 107.07 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 120 | 0 | 0.26 | 0.38 | 0.24 | 20 | 0.38 | 0.62 |
| Hex | C3 | 91 | 78 | 0 | 1A | 26 | 18 | 14 | 26 | 3E |
| Octal | 303 | 221 | 170 | 0 | 32 | 46 | 30 | 24 | 46 | 76 |
| Binary | 11000011 | 10010001 | 1111000 | 0 | 11010 | 100110 | 11000 | 10100 | 100110 | 111110 |
Color Harmonies of #C39178
Complementary color
Monochromatic Colors of #C39178
Black with #C39178
Text Example
Text Example
White with #C39178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39178; }
p { color: rgb(195,145,120); }
H1.HeaderClassName
{
color: #C39178;
}
.AnyTagClassName
{
color: #C39178;
}
</style>
background-color css
<style>
a { background-color: #C39178; }
a { background-color: rgb(195,145,120); }
div.DivClassName
{
background-color: #C39178;
}
.BgClassName
{
background-color: #C39178;
}
</style>
border-color css
<style>
span { border-color: #C39178; }
span { border-color: rgb(195,145,120); }
td.TdClassName
{
border-color: #C39178;
}
.TagClassName
{
border-color: #C39178;
}
</style>