#C7967C

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

Shades of Pale Taupe #C7967C

Tints of Pale Taupe #C7967C

Color information

#C7967C (or 0xC7967C) is unknown color: approx Pale Taupe. HEX triplet: C7, 96 and 7C. RGB value is (199,150,124). Sum of RGB (Red+Green+Blue) = 199+150+124=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7967C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7967C is #386983. Grayscale: #A1A1A1. Windows color (decimal): -3697028 or 8165063. OLE color: 8165063.

HSL color Cylindrical-coordinate representation of color #C7967C: hue angle of 20.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7967C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199150124-
CMYK00.250.380.22
HSL20.8º40.11%63.33%-
HSV(B)20.8º37.69%78.04%-
XYZ38.135.4123.9-
YUV161.69106.73154.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=42.07%
G=31.71%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915012400.250.380.2220.840.1163.33
HexC7967C019261615283f
Octal3072261740314626255077
Binary110001111001011011111000110011001101011010101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7967C; }

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

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

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

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

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

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

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

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