#C29E71

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

Shades of Fallow #C29E71

Tints of Fallow #C29E71

Color information

#C29E71 (or 0xC29E71) is unknown color: approx Fallow. HEX triplet: C2, 9E and 71. RGB value is (194,158,113). Sum of RGB (Red+Green+Blue) = 194+158+113=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E71 is #3D618E. Grayscale: #A3A3A3. Windows color (decimal): -4022671 or 7446210. OLE color: 7446210.

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

Color convert

RGB194158113-
CMYK00.190.420.24
HSL33.33º39.9%60.2%-
HSV(B)33.33º41.75%76.08%-
XYZ37.4637.1220.81-
YUV163.6399.43149.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=41.72%
G=33.98%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415811300.190.420.2433.3339.960.2
HexC29E710132A1821283c
Octal3022361610235230415074
Binary1100001010011110111000101001110101011000100001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E71; }

 p { color: rgb(194,158,113); }

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

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

 a { background-color: rgb(194,158,113); }

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

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

 span { border-color: rgb(194,158,113); }

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