Html Css Color HEX #C49877 Pale Taupe

📋 copy color: '#C49877'

red 196 ◦ green 152 ◦ blue 119

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

Shades of Pale Taupe #C49877

Tints of Pale Taupe #C49877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.48%

R = 41.97%
G = 32.55%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49877 (or 0xC49877) is known color: Pale Taupe. HEX triplet: C4, 98 and 77. RGB value is (196,152,119). Sum of RGB (Red+Green+Blue) = 196+152+119=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C49877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49877 is #3B6788. Grayscale: #A1A1A1. Windows color (decimal): -3893129 or 7837892. OLE color: 7837892.

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

Color convert

RGB 196 152 119 -
CMYK 0 0.22 0.39 0.23
HSL 25.71º 0.39% 0.62% -
HSV(B) 25.71º 0.39% 0.77% -
XYZ 37.32 35.52 22.34 -
YUV 161.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 196 152 119 0 0.22 0.39 0.23 25.71 0.39 0.62
Hex C4 98 77 0 16 27 17 1A 27 3E
Octal 304 230 167 0 26 47 27 32 47 76
Binary 11000100 10011000 1110111 0 10110 100111 10111 11010 100111 111110

Color Harmonies of #C49877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49877

Black with #C49877

Text Example


Text Example

White with #C49877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49877; }

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

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

background-color css

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

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

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

border-color css

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

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

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