Html Css Color HEX #C49977 Pale Taupe

📋 copy color: '#C49977'

red 196 ◦ green 153 ◦ blue 119

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

Shades of Pale Taupe #C49977

Tints of Pale Taupe #C49977

RGB

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

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

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

R = 41.88%
G = 32.69%
B = 25.43%

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

#C49977 (or 0xC49977) is known color: Pale Taupe. HEX triplet: C4, 99 and 77. RGB value is (196,153,119). Sum of RGB (Red+Green+Blue) = 196+153+119=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C49977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49977 is #3B6688. Grayscale: #A2A2A2. Windows color (decimal): -3892873 or 7838148. OLE color: 7838148.

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

Color convert

RGB 196 153 119 -
CMYK 0 0.22 0.39 0.23
HSL 26.49º 0.39% 0.62% -
HSV(B) 26.49º 0.39% 0.77% -
XYZ 37.49 35.85 22.4 -
YUV 161.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 196 153 119 0 0.22 0.39 0.23 26.49 0.39 0.62
Hex C4 99 77 0 16 27 17 1A 27 3E
Octal 304 231 167 0 26 47 27 32 47 76
Binary 11000100 10011001 1110111 0 10110 100111 10111 11010 100111 111110

Color Harmonies of #C49977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49977

Black with #C49977

Text Example


Text Example

White with #C49977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49977; }

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

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

background-color css

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

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

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

border-color css

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

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

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