Html Css Color HEX #C49476 Pale Taupe

📋 copy color: '#C49476'

red 196 ◦ green 148 ◦ blue 118

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

Shades of Pale Taupe #C49476

Tints of Pale Taupe #C49476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 42.42%
G = 32.03%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49476 (or 0xC49476) is known color: Pale Taupe. HEX triplet: C4, 94 and 76. RGB value is (196,148,118). Sum of RGB (Red+Green+Blue) = 196+148+118=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C49476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49476 is #3B6B89. Grayscale: #9F9F9F. Windows color (decimal): -3894154 or 7771332. OLE color: 7771332.

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

Color convert

RGB 196 148 118 -
CMYK 0 0.24 0.40 0.23
HSL 23.08º 0.4% 0.62% -
HSV(B) 23.08º 0.4% 0.77% -
XYZ 36.62 34.22 21.82 -
YUV 158.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 196 148 118 0 0.24 0.40 0.23 23.08 0.4 0.62
Hex C4 94 76 0 18 28 17 17 28 3E
Octal 304 224 166 0 30 50 27 27 50 76
Binary 11000100 10010100 1110110 0 11000 101000 10111 10111 101000 111110

Color Harmonies of #C49476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49476

Black with #C49476

Text Example


Text Example

White with #C49476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49476; }

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

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

background-color css

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

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

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

border-color css

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

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

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