#C39775

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

Shades of Pale Taupe #C39775

Tints of Pale Taupe #C39775

Color information

#C39775 (or 0xC39775) is unknown color: approx Pale Taupe. HEX triplet: C3, 97 and 75. RGB value is (195,151,117). Sum of RGB (Red+Green+Blue) = 195+151+117=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C39775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39775 is #3C688A. Grayscale: #A0A0A0. Windows color (decimal): -3958923 or 7706563. OLE color: 7706563.

HSL color Cylindrical-coordinate representation of color #C39775: hue angle of 26.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C39775 is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB195151117-
CMYK00.230.40.24
HSL26.15º39.39%61.18%-
HSV(B)26.15º40%76.47%-
XYZ36.7835.0221.65-
YUV160.28103.58152.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 151 (59.38% from 255) = 32.61%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=42.12%
G=32.61%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515111700.230.40.2426.1539.3961.18
HexC3977501728181a273d
Octal3032271650275030324775
Binary110000111001011111101010101111010001100011010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39775; }

 p { color: rgb(195,151,117); }

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

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

 a { background-color: rgb(195,151,117); }

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

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

 span { border-color: rgb(195,151,117); }

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