#C29B85

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

Shades of Pale Taupe #C29B85

Tints of Pale Taupe #C29B85

Color information

#C29B85 (or 0xC29B85) is unknown color: approx Pale Taupe. HEX triplet: C2, 9B and 85. RGB value is (194,155,133). Sum of RGB (Red+Green+Blue) = 194+155+133=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29B85 is #3D647A. Grayscale: #A4A4A4. Windows color (decimal): -4023419 or 8756162. OLE color: 8756162.

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

Color convert

RGB194155133-
CMYK00.200.310.24
HSL21.64º33.33%64.12%-
HSV(B)21.64º31.44%76.08%-
XYZ38.236.6127.24-
YUV164.15110.42149.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=40.25%
G=32.16%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415513300.200.310.2421.6433.3364.12
HexC29B850141F18162140
Octal30223320502437302641100
Binary1100001010011011100001010101001111111000101101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B85; }

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

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

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

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

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

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

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

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