Html Css Color HEX #C29681 Pale Taupe

📋 copy color: '#C29681'

red 194 ◦ green 150 ◦ blue 129

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

Shades of Pale Taupe #C29681

Tints of Pale Taupe #C29681

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 41.01%
G = 31.71%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C29681 (or 0xC29681) is known color: Pale Taupe. HEX triplet: C2, 96 and 81. RGB value is (194,150,129). Sum of RGB (Red+Green+Blue) = 194+150+129=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C29681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29681 is #3D697E. Grayscale: #A0A0A0. Windows color (decimal): -4024703 or 8492738. OLE color: 8492738.

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

Color convert

RGB 194 150 129 -
CMYK 0 0.23 0.34 0.24
HSL 19.38º 0.35% 0.63% -
HSV(B) 19.38º 0.34% 0.76% -
XYZ 37.12 34.87 25.54 -
YUV 160.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 194 150 129 0 0.23 0.34 0.24 19.38 0.35 0.63
Hex C2 96 81 0 17 22 18 13 23 3F
Octal 302 226 201 0 27 42 30 23 43 77
Binary 11000010 10010110 10000001 0 10111 100010 11000 10011 100011 111111

Color Harmonies of #C29681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29681

Black with #C29681

Text Example


Text Example

White with #C29681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29681; }

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

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

background-color css

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

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

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

border-color css

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

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

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