#C49966

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

Shades of Fallow #C49966

Tints of Fallow #C49966

Color information

#C49966 (or 0xC49966) is unknown color: approx Fallow. HEX triplet: C4, 99 and 66. RGB value is (196,153,102). Sum of RGB (Red+Green+Blue) = 196+153+102=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C49966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49966 is #3B6699. Grayscale: #A0A0A0. Windows color (decimal): -3892890 or 6724036. OLE color: 6724036.

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

Color convert

RGB196153102-
CMYK00.220.480.23
HSL32.55º44.34%58.43%-
HSV(B)32.55º47.96%76.86%-
XYZ36.5535.4817.49-
YUV160.0495.25153.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=43.46%
G=33.92%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615310200.220.480.2332.5544.3458.43
HexC499660163017212c3a
Octal3042311460266027415472
Binary1100010010011001110011001011011000010111100001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49966; }

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

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

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

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

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

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

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

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