Shades of Pale Taupe #C49774
Tints of Pale Taupe #C49774
RGB
CMYK
RGB Variations
Color information
#C49774 (or 0xC49774) is known color: Pale Taupe. HEX triplet: C4, 97 and 74. RGB value is (196,151,116). Sum of RGB (Red+Green+Blue) = 196+151+116=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C49774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49774 is #3B688B. Grayscale: #A0A0A0. Windows color (decimal): -3893388 or 7641028. OLE color: 7641028.
HSL color Cylindrical-coordinate representation of color #C49774: hue angle of 26.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49774 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 116 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.23 |
| HSL | 26.25º | 0.4% | 0.61% | - |
| HSV(B) | 26.25º | 0.41% | 0.77% | - |
| XYZ | 36.98 | 35.13 | 21.35 | - |
| YUV | 160.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 116 | 0 | 0.23 | 0.41 | 0.23 | 26.25 | 0.4 | 0.61 |
| Hex | C4 | 97 | 74 | 0 | 17 | 29 | 17 | 1A | 28 | 3D |
| Octal | 304 | 227 | 164 | 0 | 27 | 51 | 27 | 32 | 50 | 75 |
| Binary | 11000100 | 10010111 | 1110100 | 0 | 10111 | 101001 | 10111 | 11010 | 101000 | 111101 |
Color Harmonies of #C49774
Complementary color
Monochromatic Colors of #C49774
Black with #C49774
Text Example
Text Example
White with #C49774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49774; }
p { color: rgb(196,151,116); }
H1.HeaderClassName
{
color: #C49774;
}
.AnyTagClassName
{
color: #C49774;
}
</style>
background-color css
<style>
a { background-color: #C49774; }
a { background-color: rgb(196,151,116); }
div.DivClassName
{
background-color: #C49774;
}
.BgClassName
{
background-color: #C49774;
}
</style>
border-color css
<style>
span { border-color: #C49774; }
span { border-color: rgb(196,151,116); }
td.TdClassName
{
border-color: #C49774;
}
.TagClassName
{
border-color: #C49774;
}
</style>