Html Css Color HEX #C29B77 Pale Taupe

📋 copy color: '#C29B77'

red 194 ◦ green 155 ◦ blue 119

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

Shades of Pale Taupe #C29B77

Tints of Pale Taupe #C29B77

RGB

 RED value IS 194 (76.17% from 255) = 41.45%

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

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

R = 41.45%
G = 33.12%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C29B77 (or 0xC29B77) is known color: Pale Taupe. HEX triplet: C2, 9B and 77. RGB value is (194,155,119). Sum of RGB (Red+Green+Blue) = 194+155+119=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B77 is #3D6488. Grayscale: #A2A2A2. Windows color (decimal): -4023433 or 7838658. OLE color: 7838658.

HSL color Cylindrical-coordinate representation of color #C29B77: hue angle of 28.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C29B77 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 119 -
CMYK 0 0.20 0.39 0.24
HSL 28.8º 0.38% 0.61% -
HSV(B) 28.8º 0.39% 0.76% -
XYZ 37.3 36.24 22.48 -
YUV 162.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 194 155 119 0 0.20 0.39 0.24 28.8 0.38 0.61
Hex C2 9B 77 0 14 27 18 1D 26 3D
Octal 302 233 167 0 24 47 30 35 46 75
Binary 11000010 10011011 1110111 0 10100 100111 11000 11101 100110 111101

Color Harmonies of #C29B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B77

Black with #C29B77

Text Example


Text Example

White with #C29B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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