#C29A72

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

Shades of Fallow #C29A72

Tints of Fallow #C29A72

Color information

#C29A72 (or 0xC29A72) is unknown color: approx Fallow. HEX triplet: C2, 9A and 72. RGB value is (194,154,114). Sum of RGB (Red+Green+Blue) = 194+154+114=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A72 is #3D658D. Grayscale: #A1A1A1. Windows color (decimal): -4023694 or 7510722. OLE color: 7510722.

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

Color convert

RGB194154114-
CMYK00.210.410.24
HSL30º39.6%60.39%-
HSV(B)30º41.24%76.08%-
XYZ36.8435.820.89-
YUV161.4101.25151.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=41.99%
G=33.33%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415411400.210.410.243039.660.39
HexC29A7201529181e283c
Octal3022321620255130365074
Binary110000101001101011100100101011010011100011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A72; }

 p { color: rgb(194,154,114); }

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

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

 a { background-color: rgb(194,154,114); }

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

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

 span { border-color: rgb(194,154,114); }

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