#C29B65

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

Shades of Fallow #C29B65

Tints of Fallow #C29B65

Color information

#C29B65 (or 0xC29B65) is unknown color: approx Fallow. HEX triplet: C2, 9B and 65. RGB value is (194,155,101). Sum of RGB (Red+Green+Blue) = 194+155+101=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B65 is #3D649A. Grayscale: #A0A0A0. Windows color (decimal): -4023451 or 6659010. OLE color: 6659010.

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

Color convert

RGB194155101-
CMYK00.200.480.24
HSL34.84º43.26%57.84%-
HSV(B)34.84º47.94%76.08%-
XYZ36.3235.8517.32-
YUV160.594.42151.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=43.11%
G=34.44%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415510100.200.480.2434.8443.2657.84
HexC29B650143018232b3a
Octal3022331450246030435372
Binary1100001010011011110010101010011000011000100011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B65; }

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

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

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

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

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

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

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

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