#C8AC8D

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

Shades of Tan #C8AC8D

Tints of Tan #C8AC8D

Color information

#C8AC8D (or 0xC8AC8D) is unknown color: approx Tan. HEX triplet: C8, AC and 8D. RGB value is (200,172,141). Sum of RGB (Red+Green+Blue) = 200+172+141=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AC8D is #375372. Grayscale: #B0B0B0. Windows color (decimal): -3625843 or 9284808. OLE color: 9284808.

HSL color Cylindrical-coordinate representation of color #C8AC8D: hue angle of 31.53º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8AC8D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200172141-
CMYK00.140.290.22
HSL31.53º34.91%66.86%-
HSV(B)31.53º29.5%78.43%-
XYZ43.3843.7131.35-
YUV176.84107.78144.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=38.99%
G=33.53%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017214100.140.290.2231.5334.9166.86
HexC8AC8D0E1D16202343
Octal31025421501635264043103
Binary1100100010101100100011010111011101101101000001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC8D; }

 p { color: rgb(200,172,141); }

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

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

 a { background-color: rgb(200,172,141); }

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

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

 span { border-color: rgb(200,172,141); }

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