#C49981

Color #C49981 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C49981

Tints of Pale Taupe #C49981

Color information

#C49981 (or 0xC49981) is unknown color: approx Pale Taupe. HEX triplet: C4, 99 and 81. RGB value is (196,153,129). Sum of RGB (Red+Green+Blue) = 196+153+129=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C49981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49981 is #3B667E. Grayscale: #A3A3A3. Windows color (decimal): -3892863 or 8493508. OLE color: 8493508.

HSL color Cylindrical-coordinate representation of color #C49981: hue angle of 21.49º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49981 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196153129-
CMYK00.220.340.23
HSL21.49º36.22%63.73%-
HSV(B)21.49º34.18%76.86%-
XYZ38.1236.125.73-
YUV163.12108.75151.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 153 (60.16% from 255) = 32.01%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=41.00%
G=32.01%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615312900.220.340.2321.4936.2263.73
HexC499810162217152440
Octal30423120102642272544100
Binary11000100100110011000000101011010001010111101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49981; }

 p { color: rgb(196,153,129); }

 H1.HeaderClassName
 {
   color: #C49981;
 }
 .AnyTagClassName
 {
   color: #C49981;
 }
</style>
background-color css

<style>
 a { background-color: #C49981; }

 a { background-color: rgb(196,153,129); }

 div.DivClassName
 {
   background-color: #C49981;
 }
 .BgClassName
 {
   background-color: #C49981;
 }
</style>
border-color css

<style>
 span { border-color: #C49981; }

 span { border-color: rgb(196,153,129); }

 td.TdClassName
 {
   border-color: #C49981;
 }
 .TagClassName
 {
   border-color: #C49981;
 }
</style>