Html Css Color HEX #C49881 Pale Taupe

📋 copy color: '#C49881'

red 196 ◦ green 152 ◦ blue 129

#C49881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Taupe #C49881

Tints of Pale Taupe #C49881

RGB

 RED value IS 196 (76.95% from 255) = 41.09%

 GREEN value IS 152 (59.77% from 255) = 31.87%

 BLUE value IS 129 (50.78% from 255) = 27.04%

R = 41.09%
G = 31.87%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C49881 (or 0xC49881) is known color: Pale Taupe. HEX triplet: C4, 98 and 81. RGB value is (196,152,129). Sum of RGB (Red+Green+Blue) = 196+152+129=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C49881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49881 is #3B677E. Grayscale: #A2A2A2. Windows color (decimal): -3893119 or 8493252. OLE color: 8493252.

HSL color Cylindrical-coordinate representation of color #C49881: hue angle of 20.6º 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 #C49881 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 129 -
CMYK 0 0.22 0.34 0.23
HSL 20.6º 0.36% 0.64% -
HSV(B) 20.6º 0.34% 0.77% -
XYZ 37.96 35.78 25.67 -
YUV 162.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 196 152 129 0 0.22 0.34 0.23 20.6 0.36 0.64
Hex C4 98 81 0 16 22 17 15 24 40
Octal 304 230 201 0 26 42 27 25 44 100
Binary 11000100 10011000 10000001 0 10110 100010 10111 10101 100100 1000000

Color Harmonies of #C49881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49881

Black with #C49881

Text Example


Text Example

White with #C49881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49881; }

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

 H1.HeaderClassName
 {
   color: #C49881;
 }
 .AnyTagClassName
 {
   color: #C49881;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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