#C29565

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

Shades of Fallow #C29565

Tints of Fallow #C29565

Color information

#C29565 (or 0xC29565) is unknown color: approx Fallow. HEX triplet: C2, 95 and 65. RGB value is (194,149,101). Sum of RGB (Red+Green+Blue) = 194+149+101=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C29565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29565 is #3D6A9A. Grayscale: #9D9D9D. Windows color (decimal): -4024987 or 6657474. OLE color: 6657474.

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

Color convert

RGB194149101-
CMYK00.230.480.24
HSL30.97º43.26%57.84%-
HSV(B)30.97º47.94%76.08%-
XYZ35.3433.916.99-
YUV156.9896.41154.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=43.69%
G=33.56%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414910100.230.480.2430.9743.2657.84
HexC2956501730181f2b3a
Octal3022251450276030375372
Binary110000101001010111001010101111100001100011111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29565; }

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

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

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

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

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

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

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

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