#C29A64

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

Shades of Fallow #C29A64

Tints of Fallow #C29A64

Color information

#C29A64 (or 0xC29A64) is unknown color: approx Fallow. HEX triplet: C2, 9A and 64. RGB value is (194,154,100). Sum of RGB (Red+Green+Blue) = 194+154+100=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A64 is #3D659B. Grayscale: #A0A0A0. Windows color (decimal): -4023708 or 6593218. OLE color: 6593218.

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

Color convert

RGB194154100-
CMYK00.210.480.24
HSL34.47º43.52%57.65%-
HSV(B)34.47º48.45%76.08%-
XYZ36.135.517.01-
YUV159.894.25152.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 100 (39.45% from 255) = 22.32%
R=43.30%
G=34.38%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415410000.210.480.2434.4743.5257.65
HexC29A640153018222c3a
Octal3022321440256030425472
Binary1100001010011010110010001010111000011000100010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A64; }

 p { color: rgb(194,154,100); }

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

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

 a { background-color: rgb(194,154,100); }

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

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

 span { border-color: rgb(194,154,100); }

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