#C29D6E

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

Shades of Fallow #C29D6E

Tints of Fallow #C29D6E

Color information

#C29D6E (or 0xC29D6E) is unknown color: approx Fallow. HEX triplet: C2, 9D and 6E. RGB value is (194,157,110). Sum of RGB (Red+Green+Blue) = 194+157+110=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D6E is #3D6291. Grayscale: #A2A2A2. Windows color (decimal): -4022930 or 7249346. OLE color: 7249346.

HSL color Cylindrical-coordinate representation of color #C29D6E: hue angle of 33.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C29D6E is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194157110-
CMYK00.190.430.24
HSL33.57º40.78%59.61%-
HSV(B)33.57º43.3%76.08%-
XYZ37.1236.7119.88-
YUV162.798.26150.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=42.08%
G=34.06%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415711000.190.430.2433.5740.7859.61
HexC29D6E0132B1822293c
Octal3022351560235330425174
Binary1100001010011101110111001001110101111000100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D6E; }

 p { color: rgb(194,157,110); }

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

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

 a { background-color: rgb(194,157,110); }

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

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

 span { border-color: rgb(194,157,110); }

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