#C29C74

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

Shades of Fallow #C29C74

Tints of Fallow #C29C74

Color information

#C29C74 (or 0xC29C74) is unknown color: approx Fallow. HEX triplet: C2, 9C and 74. RGB value is (194,156,116). Sum of RGB (Red+Green+Blue) = 194+156+116=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C74 is #3D638B. Grayscale: #A2A2A2. Windows color (decimal): -4023180 or 7642306. OLE color: 7642306.

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

Color convert

RGB194156116-
CMYK00.200.400.24
HSL30.77º39%60.78%-
HSV(B)30.77º40.21%76.08%-
XYZ37.2936.5121.6-
YUV162.8101.59150.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=41.63%
G=33.48%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415611600.200.400.2430.773960.78
HexC29C7401428181f273d
Octal3022341640245030374775
Binary110000101001110011101000101001010001100011111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C74; }

 p { color: rgb(194,156,116); }

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

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

 a { background-color: rgb(194,156,116); }

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

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

 span { border-color: rgb(194,156,116); }

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