Shades of Pale Taupe #C29378
Tints of Pale Taupe #C29378
RGB
CMYK
RGB Variations
Color information
#C29378 (or 0xC29378) is known color: Pale Taupe. HEX triplet: C2, 93 and 78. RGB value is (194,147,120). Sum of RGB (Red+Green+Blue) = 194+147+120=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C29378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29378 is #3D6C87. Grayscale: #9E9E9E. Windows color (decimal): -4025480 or 7902146. OLE color: 7902146.
HSL color Cylindrical-coordinate representation of color #C29378: hue angle of 21.89º 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 #C29378 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 120 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.24 |
| HSL | 21.89º | 0.38% | 0.62% | - |
| HSV(B) | 21.89º | 0.38% | 0.76% | - |
| XYZ | 36.07 | 33.69 | 22.37 | - |
| YUV | 157.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 120 | 0 | 0.24 | 0.38 | 0.24 | 21.89 | 0.38 | 0.62 |
| Hex | C2 | 93 | 78 | 0 | 18 | 26 | 18 | 16 | 26 | 3E |
| Octal | 302 | 223 | 170 | 0 | 30 | 46 | 30 | 26 | 46 | 76 |
| Binary | 11000010 | 10010011 | 1111000 | 0 | 11000 | 100110 | 11000 | 10110 | 100110 | 111110 |
Color Harmonies of #C29378
Complementary color
Monochromatic Colors of #C29378
Black with #C29378
Text Example
Text Example
White with #C29378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29378; }
p { color: rgb(194,147,120); }
H1.HeaderClassName
{
color: #C29378;
}
.AnyTagClassName
{
color: #C29378;
}
</style>
background-color css
<style>
a { background-color: #C29378; }
a { background-color: rgb(194,147,120); }
div.DivClassName
{
background-color: #C29378;
}
.BgClassName
{
background-color: #C29378;
}
</style>
border-color css
<style>
span { border-color: #C29378; }
span { border-color: rgb(194,147,120); }
td.TdClassName
{
border-color: #C29378;
}
.TagClassName
{
border-color: #C29378;
}
</style>