#c29868

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

Shades of Fallow #C29868

Tints of Fallow #C29868

Color information

#C29868 (or 0xC29868) is unknown color: approx Fallow. HEX triplet: C2, 98 and 68. RGB value is (194,152,104). Sum of RGB (Red+Green+Blue) = 194+152+104=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C29868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29868 is #3D6797. Grayscale: #9F9F9F. Windows color (decimal): -4024216 or 6854850. OLE color: 6854850.

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

Color convert

RGB194152104-
CMYK00.220.460.24
HSL32º42.45%58.43%-
HSV(B)32º46.39%76.08%-
XYZ35.9834.9317.94-
YUV159.0996.91152.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=43.11%
G=33.78%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415210400.220.460.243242.4558.43
HexC298680162E18202a3a
Octal3022301500265630405272
Binary1100001010011000110100001011010111011000100000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c29868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c29868; }

 p { color: rgb(194,152,104); }

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

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

 a { background-color: rgb(194,152,104); }

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

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

 span { border-color: rgb(194,152,104); }

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