#C3957D

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

Shades of Pale Taupe #C3957D

Tints of Pale Taupe #C3957D

Color information

#C3957D (or 0xC3957D) is unknown color: approx Pale Taupe. HEX triplet: C3, 95 and 7D. RGB value is (195,149,125). Sum of RGB (Red+Green+Blue) = 195+149+125=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3957D is #3C6A82. Grayscale: #A0A0A0. Windows color (decimal): -3959427 or 8230339. OLE color: 8230339.

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

Color convert

RGB195149125-
CMYK00.240.360.24
HSL20.57º36.84%62.75%-
HSV(B)20.57º35.9%76.47%-
XYZ36.9534.5824.13-
YUV160.02108.24152.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=41.58%
G=31.77%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514912500.240.360.2420.5736.8462.75
HexC3957D018241815253f
Octal3032251750304430254577
Binary110000111001010111111010110001001001100010101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3957D; }

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

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

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

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

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

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

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

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