#C89466

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

Shades of Fallow #C89466

Tints of Fallow #C89466

Color information

#C89466 (or 0xC89466) is unknown color: approx Fallow. HEX triplet: C8, 94 and 66. RGB value is (200,148,102). Sum of RGB (Red+Green+Blue) = 200+148+102=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C89466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89466 is #376B99. Grayscale: #9E9E9E. Windows color (decimal): -3632026 or 6722760. OLE color: 6722760.

HSL color Cylindrical-coordinate representation of color #C89466: hue angle of 28.16º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C89466 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200148102-
CMYK00.260.490.22
HSL28.16º47.12%59.22%-
HSV(B)28.16º49%78.43%-
XYZ36.8134.4217.27-
YUV158.396.23157.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=44.44%
G=32.89%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014810200.260.490.2228.1647.1259.22
HexC8946601A31161c2f3b
Octal3102241460326126345773
Binary110010001001010011001100110101100011011011100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89466; }

 p { color: rgb(200,148,102); }

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

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

 a { background-color: rgb(200,148,102); }

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

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

 span { border-color: rgb(200,148,102); }

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