Shades of Pale Taupe #C39478
Tints of Pale Taupe #C39478
RGB
CMYK
RGB Variations
Color information
#C39478 (or 0xC39478) is known color: Pale Taupe. HEX triplet: C3, 94 and 78. RGB value is (195,148,120). Sum of RGB (Red+Green+Blue) = 195+148+120=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C39478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39478 is #3C6B87. Grayscale: #9F9F9F. Windows color (decimal): -3959688 or 7902403. OLE color: 7902403.
HSL color Cylindrical-coordinate representation of color #C39478: hue angle of 22.4º 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 #C39478 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 120 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.24 |
| HSL | 22.4º | 0.38% | 0.62% | - |
| HSV(B) | 22.4º | 0.38% | 0.76% | - |
| XYZ | 36.49 | 34.14 | 22.44 | - |
| YUV | 158.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 120 | 0 | 0.24 | 0.38 | 0.24 | 22.4 | 0.38 | 0.62 |
| Hex | C3 | 94 | 78 | 0 | 18 | 26 | 18 | 16 | 26 | 3E |
| Octal | 303 | 224 | 170 | 0 | 30 | 46 | 30 | 26 | 46 | 76 |
| Binary | 11000011 | 10010100 | 1111000 | 0 | 11000 | 100110 | 11000 | 10110 | 100110 | 111110 |
Color Harmonies of #C39478
Complementary color
Monochromatic Colors of #C39478
Black with #C39478
Text Example
Text Example
White with #C39478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39478; }
p { color: rgb(195,148,120); }
H1.HeaderClassName
{
color: #C39478;
}
.AnyTagClassName
{
color: #C39478;
}
</style>
background-color css
<style>
a { background-color: #C39478; }
a { background-color: rgb(195,148,120); }
div.DivClassName
{
background-color: #C39478;
}
.BgClassName
{
background-color: #C39478;
}
</style>
border-color css
<style>
span { border-color: #C39478; }
span { border-color: rgb(195,148,120); }
td.TdClassName
{
border-color: #C39478;
}
.TagClassName
{
border-color: #C39478;
}
</style>