Html Css Color HEX #C49B77 Pale Taupe

📋 copy color: '#C49B77'

red 196 ◦ green 155 ◦ blue 119

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

Shades of Pale Taupe #C49B77

Tints of Pale Taupe #C49B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 41.7%
G = 32.98%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49B77 (or 0xC49B77) is known color: Pale Taupe. HEX triplet: C4, 9B and 77. RGB value is (196,155,119). Sum of RGB (Red+Green+Blue) = 196+155+119=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B77 is #3B6488. Grayscale: #A3A3A3. Windows color (decimal): -3892361 or 7838660. OLE color: 7838660.

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

Color convert

RGB 196 155 119 -
CMYK 0 0.21 0.39 0.23
HSL 28.05º 0.39% 0.62% -
HSV(B) 28.05º 0.39% 0.77% -
XYZ 37.82 36.51 22.51 -
YUV 163.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 196 155 119 0 0.21 0.39 0.23 28.05 0.39 0.62
Hex C4 9B 77 0 15 27 17 1C 27 3E
Octal 304 233 167 0 25 47 27 34 47 76
Binary 11000100 10011011 1110111 0 10101 100111 10111 11100 100111 111110

Color Harmonies of #C49B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B77

Black with #C49B77

Text Example


Text Example

White with #C49B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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