#C29B73

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

Shades of Fallow #C29B73

Tints of Fallow #C29B73

Color information

#C29B73 (or 0xC29B73) is unknown color: approx Fallow. HEX triplet: C2, 9B and 73. RGB value is (194,155,115). Sum of RGB (Red+Green+Blue) = 194+155+115=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29B73 is #3D648C. Grayscale: #A2A2A2. Windows color (decimal): -4023437 or 7576514. OLE color: 7576514.

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

Color convert

RGB194155115-
CMYK00.200.410.24
HSL30.38º39.3%60.59%-
HSV(B)30.38º40.72%76.08%-
XYZ37.0636.1521.24-
YUV162.1101.42150.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 115 (45.31% from 255) = 24.78%
R=41.81%
G=33.41%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415511500.200.410.2430.3839.360.59
HexC29B7301429181e273d
Octal3022331630245130364775
Binary110000101001101111100110101001010011100011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29B73; }

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

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

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

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

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

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

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

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