#C29570

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

Shades of Fallow #C29570

Tints of Fallow #C29570

Color information

#C29570 (or 0xC29570) is unknown color: approx Fallow. HEX triplet: C2, 95 and 70. RGB value is (194,149,112). Sum of RGB (Red+Green+Blue) = 194+149+112=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C29570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29570 is #3D6A8F. Grayscale: #9E9E9E. Windows color (decimal): -4024976 or 7378370. OLE color: 7378370.

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

Color convert

RGB194149112-
CMYK00.230.420.24
HSL27.07º40.2%60%-
HSV(B)27.07º42.27%76.08%-
XYZ35.9234.1320.02-
YUV158.24101.91153.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=42.64%
G=32.75%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414911200.230.420.2427.0740.260
HexC295700172A181b283c
Octal3022251600275230335074
Binary110000101001010111100000101111010101100011011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29570; }

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

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

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

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

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

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

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

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