Html Css Color HEX #C29D81 Pale Taupe

📋 copy color: '#C29D81'

red 194 ◦ green 157 ◦ blue 129

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

Shades of Pale Taupe #C29D81

Tints of Pale Taupe #C29D81

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 40.42%
G = 32.71%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29D81 (or 0xC29D81) is known color: Pale Taupe. HEX triplet: C2, 9D and 81. RGB value is (194,157,129). Sum of RGB (Red+Green+Blue) = 194+157+129=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29D81 is #3D627E. Grayscale: #A5A5A5. Windows color (decimal): -4022911 or 8494530. OLE color: 8494530.

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

Color convert

RGB 194 157 129 -
CMYK 0 0.19 0.34 0.24
HSL 25.85º 0.35% 0.63% -
HSV(B) 25.85º 0.34% 0.76% -
XYZ 38.27 37.17 25.93 -
YUV 164.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 194 157 129 0 0.19 0.34 0.24 25.85 0.35 0.63
Hex C2 9D 81 0 13 22 18 1A 23 3F
Octal 302 235 201 0 23 42 30 32 43 77
Binary 11000010 10011101 10000001 0 10011 100010 11000 11010 100011 111111

Color Harmonies of #C29D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29D81

Black with #C29D81

Text Example


Text Example

White with #C29D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29D81; }

 p { color: rgb(194,157,129); }

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

background-color css

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

 a { background-color: rgb(194,157,129); }

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

border-color css

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

 span { border-color: rgb(194,157,129); }

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