#C3937D

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

Shades of Pale Taupe #C3937D

Tints of Pale Taupe #C3937D

Color information

#C3937D (or 0xC3937D) is unknown color: approx Pale Taupe. HEX triplet: C3, 93 and 7D. RGB value is (195,147,125). Sum of RGB (Red+Green+Blue) = 195+147+125=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3937D is #3C6C82. Grayscale: #9E9E9E. Windows color (decimal): -3959939 or 8229827. OLE color: 8229827.

HSL color Cylindrical-coordinate representation of color #C3937D: hue angle of 18.86º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3937D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195147125-
CMYK00.250.360.24
HSL18.86º36.84%62.75%-
HSV(B)18.86º35.9%76.47%-
XYZ36.6433.9524.02-
YUV158.84108.9153.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=41.76%
G=31.48%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514712500.250.360.2418.8636.8462.75
HexC3937D019241813253f
Octal3032231750314430234577
Binary110000111001001111111010110011001001100010011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3937D; }

 p { color: rgb(195,147,125); }

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

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

 a { background-color: rgb(195,147,125); }

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

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

 span { border-color: rgb(195,147,125); }

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