Html Css Color HEX #C49B76 Pale Taupe

📋 copy color: '#C49B76'

red 196 ◦ green 155 ◦ blue 118

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

Shades of Pale Taupe #C49B76

Tints of Pale Taupe #C49B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

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

R = 41.79%
G = 33.05%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49B76 (or 0xC49B76) is known color: Pale Taupe. HEX triplet: C4, 9B and 76. RGB value is (196,155,118). Sum of RGB (Red+Green+Blue) = 196+155+118=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B76 is #3B6489. Grayscale: #A3A3A3. Windows color (decimal): -3892362 or 7773124. OLE color: 7773124.

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

Color convert

RGB 196 155 118 -
CMYK 0 0.21 0.40 0.23
HSL 28.46º 0.4% 0.62% -
HSV(B) 28.46º 0.4% 0.77% -
XYZ 37.76 36.49 22.19 -
YUV 163.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 196 155 118 0 0.21 0.40 0.23 28.46 0.4 0.62
Hex C4 9B 76 0 15 28 17 1C 28 3E
Octal 304 233 166 0 25 50 27 34 50 76
Binary 11000100 10011011 1110110 0 10101 101000 10111 11100 101000 111110

Color Harmonies of #C49B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B76

Black with #C49B76

Text Example


Text Example

White with #C49B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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