#C29472

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

Shades of Fallow #C29472

Tints of Fallow #C29472

Color information

#C29472 (or 0xC29472) is unknown color: approx Fallow. HEX triplet: C2, 94 and 72. RGB value is (194,148,114). Sum of RGB (Red+Green+Blue) = 194+148+114=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C29472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29472 is #3D6B8D. Grayscale: #9E9E9E. Windows color (decimal): -4025230 or 7509186. OLE color: 7509186.

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

Color convert

RGB194148114-
CMYK00.240.410.24
HSL25.5º39.6%60.39%-
HSV(B)25.5º41.24%76.08%-
XYZ35.8833.8620.57-
YUV157.88103.24153.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 114 (44.92% from 255) = 25%
R=42.54%
G=32.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414811400.240.410.2425.539.660.39
HexC2947201829181a283c
Octal3022241620305130325074
Binary110000101001010011100100110001010011100011010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29472; }

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

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

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

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

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

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

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

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