#C4996B

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

Shades of Fallow #C4996B

Tints of Fallow #C4996B

Color information

#C4996B (or 0xC4996B) is unknown color: approx Fallow. HEX triplet: C4, 99 and 6B. RGB value is (196,153,107). Sum of RGB (Red+Green+Blue) = 196+153+107=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4996B is #3B6694. Grayscale: #A0A0A0. Windows color (decimal): -3892885 or 7051716. OLE color: 7051716.

HSL color Cylindrical-coordinate representation of color #C4996B: hue angle of 31.01º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4996B is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196153107-
CMYK00.220.450.23
HSL31.01º43%59.41%-
HSV(B)31.01º45.41%76.86%-
XYZ36.8135.5818.84-
YUV160.6197.75153.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 153 (60.16% from 255) = 33.55%
BLUE value IS 107 (42.19% from 255) = 23.46%
R=42.98%
G=33.55%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615310700.220.450.2331.014359.41
HexC4996B0162D171f2b3b
Octal3042311530265527375373
Binary110001001001100111010110101101011011011111111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4996B; }

 p { color: rgb(196,153,107); }

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

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

 a { background-color: rgb(196,153,107); }

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

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

 span { border-color: rgb(196,153,107); }

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