#C39474

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

Shades of Pale Taupe #C39474

Tints of Pale Taupe #C39474

Color information

#C39474 (or 0xC39474) is unknown color: approx Pale Taupe. HEX triplet: C3, 94 and 74. RGB value is (195,148,116). Sum of RGB (Red+Green+Blue) = 195+148+116=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C39474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39474 is #3C6B8B. Grayscale: #9E9E9E. Windows color (decimal): -3959692 or 7640259. OLE color: 7640259.

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

Color convert

RGB195148116-
CMYK00.240.410.24
HSL24.3º39.7%60.98%-
HSV(B)24.3º40.51%76.47%-
XYZ36.2534.0421.18-
YUV158.4104.07154.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=42.48%
G=32.24%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514811600.240.410.2424.339.760.98
HexC39474018291818283d
Octal3032241640305130305075
Binary110000111001010011101000110001010011100011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39474; }

 p { color: rgb(195,148,116); }

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

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

 a { background-color: rgb(195,148,116); }

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

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

 span { border-color: rgb(195,148,116); }

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