Html Css Color HEX #C49377 Pale Taupe

📋 copy color: '#C49377'

red 196 ◦ green 147 ◦ blue 119

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

Shades of Pale Taupe #C49377

Tints of Pale Taupe #C49377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

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

R = 42.42%
G = 31.82%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49377 (or 0xC49377) is known color: Pale Taupe. HEX triplet: C4, 93 and 77. RGB value is (196,147,119). Sum of RGB (Red+Green+Blue) = 196+147+119=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C49377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49377 is #3B6C88. Grayscale: #9E9E9E. Windows color (decimal): -3894409 or 7836612. OLE color: 7836612.

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

Color convert

RGB 196 147 119 -
CMYK 0 0.25 0.39 0.23
HSL 21.82º 0.39% 0.62% -
HSV(B) 21.82º 0.39% 0.77% -
XYZ 36.53 33.94 22.08 -
YUV 158.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 196 147 119 0 0.25 0.39 0.23 21.82 0.39 0.62
Hex C4 93 77 0 19 27 17 16 27 3E
Octal 304 223 167 0 31 47 27 26 47 76
Binary 11000100 10010011 1110111 0 11001 100111 10111 10110 100111 111110

Color Harmonies of #C49377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49377

Black with #C49377

Text Example


Text Example

White with #C49377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49377; }

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

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

background-color css

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

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

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

border-color css

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

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

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