#C4967F

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

Shades of Pale Taupe #C4967F

Tints of Pale Taupe #C4967F

Color information

#C4967F (or 0xC4967F) is unknown color: approx Pale Taupe. HEX triplet: C4, 96 and 7F. RGB value is (196,150,127). Sum of RGB (Red+Green+Blue) = 196+150+127=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4967F is #3B6980. Grayscale: #A1A1A1. Windows color (decimal): -3893633 or 8361668. OLE color: 8361668.

HSL color Cylindrical-coordinate representation of color #C4967F: hue angle of 20º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4967F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196150127-
CMYK00.230.350.23
HSL20º36.9%63.33%-
HSV(B)20º35.2%76.86%-
XYZ37.535.0824.87-
YUV161.13108.74152.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 127 (50% from 255) = 26.85%
R=41.44%
G=31.71%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615012700.230.350.232036.963.33
HexC4967F017231714253f
Octal3042261770274327244577
Binary110001001001011011111110101111000111011110100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4967F; }

 p { color: rgb(196,150,127); }

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

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

 a { background-color: rgb(196,150,127); }

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

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

 span { border-color: rgb(196,150,127); }

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