#C8AF89

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

Shades of Tan #C8AF89

Tints of Tan #C8AF89

Color information

#C8AF89 (or 0xC8AF89) is unknown color: approx Tan. HEX triplet: C8, AF and 89. RGB value is (200,175,137). Sum of RGB (Red+Green+Blue) = 200+175+137=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF89 is #375076. Grayscale: #B2B2B2. Windows color (decimal): -3625079 or 9023432. OLE color: 9023432.

HSL color Cylindrical-coordinate representation of color #C8AF89: hue angle of 36.19º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8AF89 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200175137-
CMYK00.120.320.22
HSL36.19º36.42%66.08%-
HSV(B)36.19º31.5%78.43%-
XYZ43.6644.7530-
YUV178.14104.78143.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=39.06%
G=34.18%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017513700.120.320.2236.1936.4266.08
HexC8AF890C2016242442
Octal31025721101440264444102
Binary11001000101011111000100101100100000101101001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF89; }

 p { color: rgb(200,175,137); }

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

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

 a { background-color: rgb(200,175,137); }

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

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

 span { border-color: rgb(200,175,137); }

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