Html Css Color HEX #C49879 Pale Taupe

📋 copy color: '#C49879'

red 196 ◦ green 152 ◦ blue 121

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

Shades of Pale Taupe #C49879

Tints of Pale Taupe #C49879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.41%

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

R = 41.79%
G = 32.41%
B = 25.8%

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

#C49879 (or 0xC49879) is known color: Pale Taupe. HEX triplet: C4, 98 and 79. RGB value is (196,152,121). Sum of RGB (Red+Green+Blue) = 196+152+121=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C49879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49879 is #3B6786. Grayscale: #A1A1A1. Windows color (decimal): -3893127 or 7968964. OLE color: 7968964.

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

Color convert

RGB 196 152 121 -
CMYK 0 0.22 0.38 0.23
HSL 24.8º 0.39% 0.62% -
HSV(B) 24.8º 0.38% 0.77% -
XYZ 37.44 35.57 22.98 -
YUV 161.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 196 152 121 0 0.22 0.38 0.23 24.8 0.39 0.62
Hex C4 98 79 0 16 26 17 19 27 3E
Octal 304 230 171 0 26 46 27 31 47 76
Binary 11000100 10011000 1111001 0 10110 100110 10111 11001 100111 111110

Color Harmonies of #C49879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49879

Black with #C49879

Text Example


Text Example

White with #C49879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49879; }

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

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

background-color css

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

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

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

border-color css

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

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

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