Html Css Color HEX #C49376 Pale Taupe

📋 copy color: '#C49376'

red 196 ◦ green 147 ◦ blue 118

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

Shades of Pale Taupe #C49376

Tints of Pale Taupe #C49376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 42.52%
G = 31.89%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49376 (or 0xC49376) is known color: Pale Taupe. HEX triplet: C4, 93 and 76. RGB value is (196,147,118). Sum of RGB (Red+Green+Blue) = 196+147+118=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49376 is #3B6C89. Grayscale: #9E9E9E. Windows color (decimal): -3894410 or 7771076. OLE color: 7771076.

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

Color convert

RGB 196 147 118 -
CMYK 0 0.25 0.40 0.23
HSL 22.31º 0.4% 0.62% -
HSV(B) 22.31º 0.4% 0.77% -
XYZ 36.47 33.91 21.76 -
YUV 158.35 105.23 154.86 -
System Red Green Blue C M Y K H S L
Decimal 196 147 118 0 0.25 0.40 0.23 22.31 0.4 0.62
Hex C4 93 76 0 19 28 17 16 28 3E
Octal 304 223 166 0 31 50 27 26 50 76
Binary 11000100 10010011 1110110 0 11001 101000 10111 10110 101000 111110

Color Harmonies of #C49376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49376

Black with #C49376

Text Example


Text Example

White with #C49376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49376; }

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

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

background-color css

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

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

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

border-color css

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

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

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