#C4956E

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

Shades of Fallow #C4956E

Tints of Fallow #C4956E

Color information

#C4956E (or 0xC4956E) is unknown color: approx Fallow. HEX triplet: C4, 95 and 6E. RGB value is (196,149,110). Sum of RGB (Red+Green+Blue) = 196+149+110=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4956E is #3B6A91. Grayscale: #9E9E9E. Windows color (decimal): -3893906 or 7247300. OLE color: 7247300.

HSL color Cylindrical-coordinate representation of color #C4956E: hue angle of 27.21º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4956E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB196149110-
CMYK00.240.440.23
HSL27.21º42.16%60%-
HSV(B)27.21º43.88%76.86%-
XYZ36.3334.3619.47-
YUV158.61100.57154.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=43.08%
G=32.75%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614911000.240.440.2327.2142.1660
HexC4956E0182C171b2a3c
Octal3042251560305427335274
Binary110001001001010111011100110001011001011111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4956E; }

 p { color: rgb(196,149,110); }

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

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

 a { background-color: rgb(196,149,110); }

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

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

 span { border-color: rgb(196,149,110); }

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