#C49666

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

Shades of Fallow #C49666

Tints of Fallow #C49666

Color information

#C49666 (or 0xC49666) is unknown color: approx Fallow. HEX triplet: C4, 96 and 66. RGB value is (196,150,102). Sum of RGB (Red+Green+Blue) = 196+150+102=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C49666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49666 is #3B6999. Grayscale: #9E9E9E. Windows color (decimal): -3893658 or 6723268. OLE color: 6723268.

HSL color Cylindrical-coordinate representation of color #C49666: hue angle of 30.64º 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 #C49666 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196150102-
CMYK00.230.480.23
HSL30.64º44.34%58.43%-
HSV(B)30.64º47.96%76.86%-
XYZ36.0734.5117.33-
YUV158.2896.24154.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=43.75%
G=33.48%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615010200.230.480.2330.6444.3458.43
HexC4966601730171f2c3a
Octal3042261460276027375472
Binary110001001001011011001100101111100001011111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49666; }

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

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

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

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

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

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

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

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