Html Css Color HEX #C29981 Pale Taupe

📋 copy color: '#C29981'

red 194 ◦ green 153 ◦ blue 129

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

Shades of Pale Taupe #C29981

Tints of Pale Taupe #C29981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.14%

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

R = 40.76%
G = 32.14%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29981 (or 0xC29981) is known color: Pale Taupe. HEX triplet: C2, 99 and 81. RGB value is (194,153,129). Sum of RGB (Red+Green+Blue) = 194+153+129=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C29981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29981 is #3D667E. Grayscale: #A2A2A2. Windows color (decimal): -4023935 or 8493506. OLE color: 8493506.

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

Color convert

RGB 194 153 129 -
CMYK 0 0.21 0.34 0.24
HSL 22.15º 0.35% 0.63% -
HSV(B) 22.15º 0.34% 0.76% -
XYZ 37.6 35.84 25.7 -
YUV 162.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 194 153 129 0 0.21 0.34 0.24 22.15 0.35 0.63
Hex C2 99 81 0 15 22 18 16 23 3F
Octal 302 231 201 0 25 42 30 26 43 77
Binary 11000010 10011001 10000001 0 10101 100010 11000 10110 100011 111111

Color Harmonies of #C29981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29981

Black with #C29981

Text Example


Text Example

White with #C29981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29981; }

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

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

background-color css

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

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

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

border-color css

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

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

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