#C3967A

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

Shades of Pale Taupe #C3967A

Tints of Pale Taupe #C3967A

Color information

#C3967A (or 0xC3967A) is unknown color: approx Pale Taupe. HEX triplet: C3, 96 and 7A. RGB value is (195,150,122). Sum of RGB (Red+Green+Blue) = 195+150+122=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3967A is #3C6985. Grayscale: #A0A0A0. Windows color (decimal): -3959174 or 8033987. OLE color: 8033987.

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

Color convert

RGB195150122-
CMYK00.230.370.24
HSL23.01º37.82%62.16%-
HSV(B)23.01º37.44%76.47%-
XYZ36.9234.8223.19-
YUV160.26106.41152.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=41.76%
G=32.12%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515012200.230.370.2423.0137.8262.16
HexC3967A017251817263e
Octal3032261720274530274676
Binary110000111001011011110100101111001011100010111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3967A; }

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

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

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

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

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

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

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

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