#C29E6C

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

Shades of Fallow #C29E6C

Tints of Fallow #C29E6C

Color information

#C29E6C (or 0xC29E6C) is unknown color: approx Fallow. HEX triplet: C2, 9E and 6C. RGB value is (194,158,108). Sum of RGB (Red+Green+Blue) = 194+158+108=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29E6C is #3D6193. Grayscale: #A3A3A3. Windows color (decimal): -4022676 or 7118530. OLE color: 7118530.

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

Color convert

RGB194158108-
CMYK00.190.440.24
HSL34.88º41.35%59.22%-
HSV(B)34.88º44.33%76.08%-
XYZ37.1837.0119.37-
YUV163.0696.93150.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=42.17%
G=34.35%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415810800.190.440.2434.8841.3559.22
HexC29E6C0132C1823293b
Octal3022361540235430435173
Binary1100001010011110110110001001110110011000100011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29E6C; }

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

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

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

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

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

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

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

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