#C29A83

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

Shades of Pale Taupe #C29A83

Tints of Pale Taupe #C29A83

Color information

#C29A83 (or 0xC29A83) is unknown color: approx Pale Taupe. HEX triplet: C2, 9A and 83. RGB value is (194,154,131). Sum of RGB (Red+Green+Blue) = 194+154+131=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A83 is #3D657C. Grayscale: #A3A3A3. Windows color (decimal): -4023677 or 8624834. OLE color: 8624834.

HSL color Cylindrical-coordinate representation of color #C29A83: hue angle of 21.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29A83 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB194154131-
CMYK00.210.320.24
HSL21.9º34.05%63.73%-
HSV(B)21.9º32.47%76.08%-
XYZ37.936.2226.47-
YUV163.34109.75149.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=40.50%
G=32.15%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415413100.210.320.2421.934.0563.73
HexC29A830152018162240
Octal30223220302540302642100
Binary11000010100110101000001101010110000011000101101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A83; }

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

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

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

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

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

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

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

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