#C29B74

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

Shades of Fallow #C29B74

Tints of Fallow #C29B74

Color information

#C29B74 (or 0xC29B74) is unknown color: approx Fallow. HEX triplet: C2, 9B and 74. RGB value is (194,155,116). Sum of RGB (Red+Green+Blue) = 194+155+116=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B74 is #3D648B. Grayscale: #A2A2A2. Windows color (decimal): -4023436 or 7642050. OLE color: 7642050.

HSL color Cylindrical-coordinate representation of color #C29B74: hue angle of 30º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C29B74 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194155116-
CMYK00.200.400.24
HSL30º39%60.78%-
HSV(B)30º40.21%76.08%-
XYZ37.1236.1721.55-
YUV162.21101.92150.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=41.72%
G=33.33%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415511600.200.400.24303960.78
HexC29B7401428181e273d
Octal3022331640245030364775
Binary110000101001101111101000101001010001100011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B74; }

 p { color: rgb(194,155,116); }

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

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

 a { background-color: rgb(194,155,116); }

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

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

 span { border-color: rgb(194,155,116); }

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