#C29E6E

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

Shades of Fallow #C29E6E

Tints of Fallow #C29E6E

Color information

#C29E6E (or 0xC29E6E) is unknown color: approx Fallow. HEX triplet: C2, 9E and 6E. RGB value is (194,158,110). Sum of RGB (Red+Green+Blue) = 194+158+110=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E6E is #3D6191. Grayscale: #A3A3A3. Windows color (decimal): -4022674 or 7249602. OLE color: 7249602.

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

Color convert

RGB194158110-
CMYK00.190.430.24
HSL34.29º40.78%59.61%-
HSV(B)34.29º43.3%76.08%-
XYZ37.2937.0519.94-
YUV163.2997.93149.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 110 (43.36% from 255) = 23.81%
R=41.99%
G=34.20%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415811000.190.430.2434.2940.7859.61
HexC29E6E0132B1822293c
Octal3022361560235330425174
Binary1100001010011110110111001001110101111000100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E6E; }

 p { color: rgb(194,158,110); }

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

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

 a { background-color: rgb(194,158,110); }

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

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

 span { border-color: rgb(194,158,110); }

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