Shades of Pale Taupe #C29273
Tints of Pale Taupe #C29273
RGB
CMYK
RGB Variations
Color information
#C29273 (or 0xC29273) is known color: Pale Taupe. HEX triplet: C2, 92 and 73. RGB value is (194,146,115). Sum of RGB (Red+Green+Blue) = 194+146+115=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C29273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29273 is #3D6D8C. Grayscale: #9C9C9C. Windows color (decimal): -4025741 or 7574210. OLE color: 7574210.
HSL color Cylindrical-coordinate representation of color #C29273: hue angle of 23.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C29273 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 115 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.24 |
| HSL | 23.54º | 0.39% | 0.61% | - |
| HSV(B) | 23.54º | 0.41% | 0.76% | - |
| XYZ | 35.62 | 33.26 | 20.76 | - |
| YUV | 156.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 115 | 0 | 0.25 | 0.41 | 0.24 | 23.54 | 0.39 | 0.61 |
| Hex | C2 | 92 | 73 | 0 | 19 | 29 | 18 | 18 | 27 | 3D |
| Octal | 302 | 222 | 163 | 0 | 31 | 51 | 30 | 30 | 47 | 75 |
| Binary | 11000010 | 10010010 | 1110011 | 0 | 11001 | 101001 | 11000 | 11000 | 100111 | 111101 |
Color Harmonies of #C29273
Complementary color
Monochromatic Colors of #C29273
Black with #C29273
Text Example
Text Example
White with #C29273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29273; }
p { color: rgb(194,146,115); }
H1.HeaderClassName
{
color: #C29273;
}
.AnyTagClassName
{
color: #C29273;
}
</style>
background-color css
<style>
a { background-color: #C29273; }
a { background-color: rgb(194,146,115); }
div.DivClassName
{
background-color: #C29273;
}
.BgClassName
{
background-color: #C29273;
}
</style>
border-color css
<style>
span { border-color: #C29273; }
span { border-color: rgb(194,146,115); }
td.TdClassName
{
border-color: #C29273;
}
.TagClassName
{
border-color: #C29273;
}
</style>