#C29364

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

Shades of Fallow #C29364

Tints of Fallow #C29364

Color information

#C29364 (or 0xC29364) is unknown color: approx Fallow. HEX triplet: C2, 93 and 64. RGB value is (194,147,100). Sum of RGB (Red+Green+Blue) = 194+147+100=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C29364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29364 is #3D6C9B. Grayscale: #9B9B9B. Windows color (decimal): -4025500 or 6591426. OLE color: 6591426.

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

Color convert

RGB194147100-
CMYK00.240.480.24
HSL30º43.52%57.65%-
HSV(B)30º48.45%76.08%-
XYZ34.9833.2616.63-
YUV155.796.57155.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=43.99%
G=33.33%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414710000.240.480.243043.5257.65
HexC2936401830181e2c3a
Octal3022231440306030365472
Binary110000101001001111001000110001100001100011110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29364; }

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

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

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

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

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

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

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

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