#C29B68

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

Shades of Fallow #C29B68

Tints of Fallow #C29B68

Color information

#C29B68 (or 0xC29B68) is unknown color: approx Fallow. HEX triplet: C2, 9B and 68. RGB value is (194,155,104). Sum of RGB (Red+Green+Blue) = 194+155+104=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B68 is #3D6497. Grayscale: #A1A1A1. Windows color (decimal): -4023448 or 6855618. OLE color: 6855618.

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

Color convert

RGB194155104-
CMYK00.200.460.24
HSL34º42.45%58.43%-
HSV(B)34º46.39%76.08%-
XYZ36.4735.9118.11-
YUV160.8595.92151.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=42.83%
G=34.22%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415510400.200.460.243442.4558.43
HexC29B680142E18222a3a
Octal3022331500245630425272
Binary1100001010011011110100001010010111011000100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B68; }

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

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

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

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

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

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

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

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