#C29881

Color #C29881 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C29881

Tints of Pale Taupe #C29881

Color information

#C29881 (or 0xC29881) is unknown color: approx Pale Taupe. HEX triplet: C2, 98 and 81. RGB value is (194,152,129). Sum of RGB (Red+Green+Blue) = 194+152+129=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29881 is #3D677E. Grayscale: #A2A2A2. Windows color (decimal): -4024191 or 8493250. OLE color: 8493250.

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

Color convert

RGB194152129-
CMYK00.220.340.24
HSL21.23º34.76%63.33%-
HSV(B)21.23º33.51%76.08%-
XYZ37.4435.5125.65-
YUV161.94109.41150.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=40.84%
G=32%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415212900.220.340.2421.2334.7663.33
HexC29881016221815233f
Octal3022302010264230254377
Binary1100001010011000100000010101101000101100010101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29881; }

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

 H1.HeaderClassName
 {
   color: #C29881;
 }
 .AnyTagClassName
 {
   color: #C29881;
 }
</style>
background-color css

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

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

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

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

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

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