#c89864

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

Shades of Fallow #C89864

Tints of Fallow #C89864

Color information

#C89864 (or 0xC89864) is unknown color: approx Fallow. HEX triplet: C8, 98 and 64. RGB value is (200,152,100). Sum of RGB (Red+Green+Blue) = 200+152+100=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C89864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89864 is #37679B. Grayscale: #A0A0A0. Windows color (decimal): -3631004 or 6592712. OLE color: 6592712.

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

Color convert

RGB200152100-
CMYK00.240.50.22
HSL31.2º47.62%58.82%-
HSV(B)31.2º50%78.43%-
XYZ37.3535.6616.97-
YUV160.4293.9156.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=44.25%
G=33.63%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015210000.240.50.2231.247.6258.82
HexC8986401832161f303b
Octal3102301440306226376073
Binary110010001001100011001000110001100101011011111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c89864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c89864; }

 p { color: rgb(200,152,100); }

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

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

 a { background-color: rgb(200,152,100); }

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

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

 span { border-color: rgb(200,152,100); }

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