#CCAC8D

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

Shades of Tan #CCAC8D

Tints of Tan #CCAC8D

Color information

#CCAC8D (or 0xCCAC8D) is unknown color: approx Tan. HEX triplet: CC, AC and 8D. RGB value is (204,172,141). Sum of RGB (Red+Green+Blue) = 204+172+141=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAC8D is #335372. Grayscale: #B2B2B2. Windows color (decimal): -3363699 or 9284812. OLE color: 9284812.

HSL color Cylindrical-coordinate representation of color #CCAC8D: hue angle of 29.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCAC8D is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204172141-
CMYK00.160.310.2
HSL29.52º38.18%67.65%-
HSV(B)29.52º30.88%80%-
XYZ44.4644.2731.4-
YUV178.03107.1146.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=39.46%
G=33.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417214100.160.310.229.5238.1867.65
HexCCAC8D0101F141e2644
Octal31425421502037243646104
Binary1100110010101100100011010100001111110100111101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAC8D; }

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

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

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

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

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

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

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

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