Html Css Color HEX #C29B76 Pale Taupe

📋 copy color: '#C29B76'

red 194 ◦ green 155 ◦ blue 118

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

Shades of Pale Taupe #C29B76

Tints of Pale Taupe #C29B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 41.54%
G = 33.19%
B = 25.27%

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

#C29B76 (or 0xC29B76) is known color: Pale Taupe. HEX triplet: C2, 9B and 76. RGB value is (194,155,118). Sum of RGB (Red+Green+Blue) = 194+155+118=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B76 is #3D6489. Grayscale: #A2A2A2. Windows color (decimal): -4023434 or 7773122. OLE color: 7773122.

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

Color convert

RGB 194 155 118 -
CMYK 0 0.20 0.39 0.24
HSL 29.21º 0.38% 0.61% -
HSV(B) 29.21º 0.39% 0.76% -
XYZ 37.24 36.22 22.17 -
YUV 162.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 194 155 118 0 0.20 0.39 0.24 29.21 0.38 0.61
Hex C2 9B 76 0 14 27 18 1D 26 3D
Octal 302 233 166 0 24 47 30 35 46 75
Binary 11000010 10011011 1110110 0 10100 100111 11000 11101 100110 111101

Color Harmonies of #C29B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B76

Black with #C29B76

Text Example


Text Example

White with #C29B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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