#C29270

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

Shades of Fallow #C29270

Tints of Fallow #C29270

Color information

#C29270 (or 0xC29270) is unknown color: approx Fallow. HEX triplet: C2, 92 and 70. RGB value is (194,146,112). Sum of RGB (Red+Green+Blue) = 194+146+112=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C29270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29270 is #3D6D8F. Grayscale: #9C9C9C. Windows color (decimal): -4025744 or 7377602. OLE color: 7377602.

HSL color Cylindrical-coordinate representation of color #C29270: hue angle of 24.88º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C29270 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194146112-
CMYK00.250.420.24
HSL24.88º40.2%60%-
HSV(B)24.88º42.27%76.08%-
XYZ35.4533.219.87-
YUV156.48102.9154.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=42.92%
G=32.30%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414611200.250.420.2424.8840.260
HexC292700192A1819283c
Octal3022221600315230315074
Binary110000101001001011100000110011010101100011001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29270; }

 p { color: rgb(194,146,112); }

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

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

 a { background-color: rgb(194,146,112); }

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

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

 span { border-color: rgb(194,146,112); }

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