Html Css Color HEX #C49979 Pale Taupe

📋 copy color: '#C49979'

red 196 ◦ green 153 ◦ blue 121

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

Shades of Pale Taupe #C49979

Tints of Pale Taupe #C49979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

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

R = 41.7%
G = 32.55%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C49979 (or 0xC49979) is known color: Pale Taupe. HEX triplet: C4, 99 and 79. RGB value is (196,153,121). Sum of RGB (Red+Green+Blue) = 196+153+121=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C49979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49979 is #3B6686. Grayscale: #A2A2A2. Windows color (decimal): -3892871 or 7969220. OLE color: 7969220.

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

Color convert

RGB 196 153 121 -
CMYK 0 0.22 0.38 0.23
HSL 25.6º 0.39% 0.62% -
HSV(B) 25.6º 0.38% 0.77% -
XYZ 37.61 35.9 23.04 -
YUV 162.21 104.75 152.1 -
System Red Green Blue C M Y K H S L
Decimal 196 153 121 0 0.22 0.38 0.23 25.6 0.39 0.62
Hex C4 99 79 0 16 26 17 1A 27 3E
Octal 304 231 171 0 26 46 27 32 47 76
Binary 11000100 10011001 1111001 0 10110 100110 10111 11010 100111 111110

Color Harmonies of #C49979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49979

Black with #C49979

Text Example


Text Example

White with #C49979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49979; }

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

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

background-color css

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

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

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

border-color css

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

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

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