Html Css Color HEX #C29B7E Pale Taupe

📋 copy color: '#C29B7E'

red 194 ◦ green 155 ◦ blue 126

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

Shades of Pale Taupe #C29B7E

Tints of Pale Taupe #C29B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.53%

R = 40.84%
G = 32.63%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C29B7E (or 0xC29B7E) is known color: Pale Taupe. HEX triplet: C2, 9B and 7E. RGB value is (194,155,126). Sum of RGB (Red+Green+Blue) = 194+155+126=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B7E is #3D6481. Grayscale: #A3A3A3. Windows color (decimal): -4023426 or 8297410. OLE color: 8297410.

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

Color convert

RGB 194 155 126 -
CMYK 0 0.20 0.35 0.24
HSL 25.59º 0.36% 0.63% -
HSV(B) 25.59º 0.35% 0.76% -
XYZ 37.74 36.42 24.78 -
YUV 163.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 194 155 126 0 0.20 0.35 0.24 25.59 0.36 0.63
Hex C2 9B 7E 0 14 23 18 1A 24 3F
Octal 302 233 176 0 24 43 30 32 44 77
Binary 11000010 10011011 1111110 0 10100 100011 11000 11010 100100 111111

Color Harmonies of #C29B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29B7E

Black with #C29B7E

Text Example


Text Example

White with #C29B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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