Html Css Color HEX #C49577 Pale Taupe

📋 copy color: '#C49577'

red 196 ◦ green 149 ◦ blue 119

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

Shades of Pale Taupe #C49577

Tints of Pale Taupe #C49577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

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

R = 42.24%
G = 32.11%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49577 (or 0xC49577) is known color: Pale Taupe. HEX triplet: C4, 95 and 77. RGB value is (196,149,119). Sum of RGB (Red+Green+Blue) = 196+149+119=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49577 is #3B6A88. Grayscale: #9F9F9F. Windows color (decimal): -3893897 or 7837124. OLE color: 7837124.

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

Color convert

RGB 196 149 119 -
CMYK 0 0.24 0.39 0.23
HSL 23.38º 0.39% 0.62% -
HSV(B) 23.38º 0.39% 0.77% -
XYZ 36.84 34.56 22.18 -
YUV 159.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 196 149 119 0 0.24 0.39 0.23 23.38 0.39 0.62
Hex C4 95 77 0 18 27 17 17 27 3E
Octal 304 225 167 0 30 47 27 27 47 76
Binary 11000100 10010101 1110111 0 11000 100111 10111 10111 100111 111110

Color Harmonies of #C49577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49577

Black with #C49577

Text Example


Text Example

White with #C49577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49577; }

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

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

background-color css

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

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

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

border-color css

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

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

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