#C39A80

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

Shades of Pale Taupe #C39A80

Tints of Pale Taupe #C39A80

Color information

#C39A80 (or 0xC39A80) is unknown color: approx Pale Taupe. HEX triplet: C3, 9A and 80. RGB value is (195,154,128). Sum of RGB (Red+Green+Blue) = 195+154+128=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A80 is #3C657F. Grayscale: #A3A3A3. Windows color (decimal): -3958144 or 8428227. OLE color: 8428227.

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

Color convert

RGB195154128-
CMYK00.210.340.24
HSL23.28º35.83%63.33%-
HSV(B)23.28º34.36%76.47%-
XYZ37.9636.2725.42-
YUV163.3108.08150.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=40.88%
G=32.29%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515412800.210.340.2423.2835.8363.33
HexC39A80015221817243f
Octal3032322000254230274477
Binary1100001110011010100000000101011000101100010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A80; }

 p { color: rgb(195,154,128); }

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

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

 a { background-color: rgb(195,154,128); }

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

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

 span { border-color: rgb(195,154,128); }

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