#C29A85

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

Shades of Pale Taupe #C29A85

Tints of Pale Taupe #C29A85

Color information

#C29A85 (or 0xC29A85) is unknown color: approx Pale Taupe. HEX triplet: C2, 9A and 85. RGB value is (194,154,133). Sum of RGB (Red+Green+Blue) = 194+154+133=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A85 is #3D657A. Grayscale: #A3A3A3. Windows color (decimal): -4023675 or 8755906. OLE color: 8755906.

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

Color convert

RGB194154133-
CMYK00.210.310.24
HSL20.66º33.33%64.12%-
HSV(B)20.66º31.44%76.08%-
XYZ38.0436.2727.19-
YUV163.57110.75149.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=40.33%
G=32.02%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415413300.210.310.2420.6633.3364.12
HexC29A850151F18152140
Octal30223220502537302541100
Binary1100001010011010100001010101011111111000101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A85; }

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

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

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

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

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

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

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

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