#C29D65

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

Shades of Fallow #C29D65

Tints of Fallow #C29D65

Color information

#C29D65 (or 0xC29D65) is unknown color: approx Fallow. HEX triplet: C2, 9D and 65. RGB value is (194,157,101). Sum of RGB (Red+Green+Blue) = 194+157+101=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D65 is #3D629A. Grayscale: #A1A1A1. Windows color (decimal): -4022939 or 6659522. OLE color: 6659522.

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

Color convert

RGB194157101-
CMYK00.190.480.24
HSL36.13º43.26%57.84%-
HSV(B)36.13º47.94%76.08%-
XYZ36.6536.5217.43-
YUV161.6893.76151.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 157 (61.72% from 255) = 34.73%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=42.92%
G=34.73%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415710100.190.480.2436.1343.2657.84
HexC29D650133018242b3a
Octal3022351450236030445372
Binary1100001010011101110010101001111000011000100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29D65; }

 p { color: rgb(194,157,101); }

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

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

 a { background-color: rgb(194,157,101); }

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

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

 span { border-color: rgb(194,157,101); }

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