#C29F73

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

Shades of Fallow #C29F73

Tints of Fallow #C29F73

Color information

#C29F73 (or 0xC29F73) is unknown color: approx Fallow. HEX triplet: C2, 9F and 73. RGB value is (194,159,115). Sum of RGB (Red+Green+Blue) = 194+159+115=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29F73 is #3D608C. Grayscale: #A4A4A4. Windows color (decimal): -4022413 or 7577538. OLE color: 7577538.

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

Color convert

RGB194159115-
CMYK00.180.410.24
HSL33.42º39.3%60.59%-
HSV(B)33.42º40.72%76.08%-
XYZ37.7437.521.47-
YUV164.45100.1149.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=41.45%
G=33.97%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415911500.180.410.2433.4239.360.59
HexC29F73012291821273d
Octal3022371630225130414775
Binary1100001010011111111001101001010100111000100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29F73; }

 p { color: rgb(194,159,115); }

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

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

 a { background-color: rgb(194,159,115); }

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

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

 span { border-color: rgb(194,159,115); }

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