#C89A72

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

Shades of Fallow #C89A72

Tints of Fallow #C89A72

Color information

#C89A72 (or 0xC89A72) is unknown color: approx Fallow. HEX triplet: C8, 9A and 72. RGB value is (200,154,114). Sum of RGB (Red+Green+Blue) = 200+154+114=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A72 is #37658D. Grayscale: #A3A3A3. Windows color (decimal): -3630478 or 7510728. OLE color: 7510728.

HSL color Cylindrical-coordinate representation of color #C89A72: hue angle of 27.91º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C89A72 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200154114-
CMYK00.230.430.22
HSL27.91º43.88%61.57%-
HSV(B)27.91º43%78.43%-
XYZ38.4136.6120.96-
YUV163.19100.24154.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 114 (44.92% from 255) = 24.36%
R=42.74%
G=32.91%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015411400.230.430.2227.9143.8861.57
HexC89A720172B161c2c3e
Octal3102321620275326345476
Binary110010001001101011100100101111010111011011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89A72; }

 p { color: rgb(200,154,114); }

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

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

 a { background-color: rgb(200,154,114); }

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

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

 span { border-color: rgb(200,154,114); }

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