Html Css Color HEX #C49876 Pale Taupe

📋 copy color: '#C49876'

red 196 ◦ green 152 ◦ blue 118

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

Shades of Pale Taupe #C49876

Tints of Pale Taupe #C49876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.32%

R = 42.06%
G = 32.62%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49876 (or 0xC49876) is known color: Pale Taupe. HEX triplet: C4, 98 and 76. RGB value is (196,152,118). Sum of RGB (Red+Green+Blue) = 196+152+118=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C49876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49876 is #3B6789. Grayscale: #A1A1A1. Windows color (decimal): -3893130 or 7772356. OLE color: 7772356.

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

Color convert

RGB 196 152 118 -
CMYK 0 0.22 0.40 0.23
HSL 26.15º 0.4% 0.62% -
HSV(B) 26.15º 0.4% 0.77% -
XYZ 37.26 35.5 22.03 -
YUV 161.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 196 152 118 0 0.22 0.40 0.23 26.15 0.4 0.62
Hex C4 98 76 0 16 28 17 1A 28 3E
Octal 304 230 166 0 26 50 27 32 50 76
Binary 11000100 10011000 1110110 0 10110 101000 10111 11010 101000 111110

Color Harmonies of #C49876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49876

Black with #C49876

Text Example


Text Example

White with #C49876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49876; }

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

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

background-color css

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

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

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

border-color css

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

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

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