Html Css Color HEX #C29C81 Pale Taupe

📋 copy color: '#C29C81'

red 194 ◦ green 156 ◦ blue 129

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

Shades of Pale Taupe #C29C81

Tints of Pale Taupe #C29C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 40.5%
G = 32.57%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29C81 (or 0xC29C81) is known color: Pale Taupe. HEX triplet: C2, 9C and 81. RGB value is (194,156,129). Sum of RGB (Red+Green+Blue) = 194+156+129=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29C81 is #3D637E. Grayscale: #A4A4A4. Windows color (decimal): -4023167 or 8494274. OLE color: 8494274.

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

Color convert

RGB 194 156 129 -
CMYK 0 0.20 0.34 0.24
HSL 24.92º 0.35% 0.63% -
HSV(B) 24.92º 0.34% 0.76% -
XYZ 38.1 36.83 25.87 -
YUV 164.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 194 156 129 0 0.20 0.34 0.24 24.92 0.35 0.63
Hex C2 9C 81 0 14 22 18 19 23 3F
Octal 302 234 201 0 24 42 30 31 43 77
Binary 11000010 10011100 10000001 0 10100 100010 11000 11001 100011 111111

Color Harmonies of #C29C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C81

Black with #C29C81

Text Example


Text Example

White with #C29C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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