Shades of Pale Taupe #C29574
Tints of Pale Taupe #C29574
RGB
CMYK
RGB Variations
Color information
#C29574 (or 0xC29574) is known color: Pale Taupe. HEX triplet: C2, 95 and 74. RGB value is (194,149,116). Sum of RGB (Red+Green+Blue) = 194+149+116=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C29574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29574 is #3D6A8B. Grayscale: #9E9E9E. Windows color (decimal): -4024972 or 7640514. OLE color: 7640514.
HSL color Cylindrical-coordinate representation of color #C29574: hue angle of 25.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C29574 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 116 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.24 |
| HSL | 25.38º | 0.39% | 0.61% | - |
| HSV(B) | 25.38º | 0.4% | 0.76% | - |
| XYZ | 36.15 | 34.23 | 21.22 | - |
| YUV | 158.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 116 | 0 | 0.23 | 0.40 | 0.24 | 25.38 | 0.39 | 0.61 |
| Hex | C2 | 95 | 74 | 0 | 17 | 28 | 18 | 19 | 27 | 3D |
| Octal | 302 | 225 | 164 | 0 | 27 | 50 | 30 | 31 | 47 | 75 |
| Binary | 11000010 | 10010101 | 1110100 | 0 | 10111 | 101000 | 11000 | 11001 | 100111 | 111101 |
Color Harmonies of #C29574
Complementary color
Monochromatic Colors of #C29574
Black with #C29574
Text Example
Text Example
White with #C29574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29574; }
p { color: rgb(194,149,116); }
H1.HeaderClassName
{
color: #C29574;
}
.AnyTagClassName
{
color: #C29574;
}
</style>
background-color css
<style>
a { background-color: #C29574; }
a { background-color: rgb(194,149,116); }
div.DivClassName
{
background-color: #C29574;
}
.BgClassName
{
background-color: #C29574;
}
</style>
border-color css
<style>
span { border-color: #C29574; }
span { border-color: rgb(194,149,116); }
td.TdClassName
{
border-color: #C29574;
}
.TagClassName
{
border-color: #C29574;
}
</style>