Html Css Color HEX #C29A81 Pale Taupe

📋 copy color: '#C29A81'

red 194 ◦ green 154 ◦ blue 129

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

Shades of Pale Taupe #C29A81

Tints of Pale Taupe #C29A81

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.29%

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

R = 40.67%
G = 32.29%
B = 27.04%

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

#C29A81 (or 0xC29A81) is known color: Pale Taupe. HEX triplet: C2, 9A and 81. RGB value is (194,154,129). Sum of RGB (Red+Green+Blue) = 194+154+129=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A81 is #3D657E. Grayscale: #A3A3A3. Windows color (decimal): -4023679 or 8493762. OLE color: 8493762.

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

Color convert

RGB 194 154 129 -
CMYK 0 0.21 0.34 0.24
HSL 23.08º 0.35% 0.63% -
HSV(B) 23.08º 0.34% 0.76% -
XYZ 37.77 36.17 25.76 -
YUV 163.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 194 154 129 0 0.21 0.34 0.24 23.08 0.35 0.63
Hex C2 9A 81 0 15 22 18 17 23 3F
Octal 302 232 201 0 25 42 30 27 43 77
Binary 11000010 10011010 10000001 0 10101 100010 11000 10111 100011 111111

Color Harmonies of #C29A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29A81

Black with #C29A81

Text Example


Text Example

White with #C29A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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