Html Css Color HEX #C49679 Pale Taupe

📋 copy color: '#C49679'

red 196 ◦ green 150 ◦ blue 121

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

Shades of Pale Taupe #C49679

Tints of Pale Taupe #C49679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.12%

 BLUE value IS 121 (47.66% from 255) = 25.91%

R = 41.97%
G = 32.12%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C49679 (or 0xC49679) is known color: Pale Taupe. HEX triplet: C4, 96 and 79. RGB value is (196,150,121). Sum of RGB (Red+Green+Blue) = 196+150+121=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C49679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49679 is #3B6986. Grayscale: #A0A0A0. Windows color (decimal): -3893639 or 7968452. OLE color: 7968452.

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

Color convert

RGB 196 150 121 -
CMYK 0 0.23 0.38 0.23
HSL 23.2º 0.39% 0.62% -
HSV(B) 23.2º 0.38% 0.77% -
XYZ 37.12 34.93 22.87 -
YUV 160.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 196 150 121 0 0.23 0.38 0.23 23.2 0.39 0.62
Hex C4 96 79 0 17 26 17 17 27 3E
Octal 304 226 171 0 27 46 27 27 47 76
Binary 11000100 10010110 1111001 0 10111 100110 10111 10111 100111 111110

Color Harmonies of #C49679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49679

Black with #C49679

Text Example


Text Example

White with #C49679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49679; }

 p { color: rgb(196,150,121); }

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

background-color css

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

 a { background-color: rgb(196,150,121); }

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

border-color css

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

 span { border-color: rgb(196,150,121); }

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