#C3967C

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

Shades of Pale Taupe #C3967C

Tints of Pale Taupe #C3967C

Color information

#C3967C (or 0xC3967C) is unknown color: approx Pale Taupe. HEX triplet: C3, 96 and 7C. RGB value is (195,150,124). Sum of RGB (Red+Green+Blue) = 195+150+124=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3967C is #3C6983. Grayscale: #A0A0A0. Windows color (decimal): -3959172 or 8165059. OLE color: 8165059.

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

Color convert

RGB195150124-
CMYK00.230.360.24
HSL21.97º37.17%62.55%-
HSV(B)21.97º36.41%76.47%-
XYZ37.0534.8723.85-
YUV160.49107.41152.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=41.58%
G=31.98%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515012400.230.360.2421.9737.1762.55
HexC3967C017241816253f
Octal3032261740274430264577
Binary110000111001011011111000101111001001100010110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3967C; }

 p { color: rgb(195,150,124); }

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

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

 a { background-color: rgb(195,150,124); }

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

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

 span { border-color: rgb(195,150,124); }

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