#C5AF8D

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

Shades of Tan #C5AF8D

Tints of Tan #C5AF8D

Color information

#C5AF8D (or 0xC5AF8D) is unknown color: approx Tan. HEX triplet: C5, AF and 8D. RGB value is (197,175,141). Sum of RGB (Red+Green+Blue) = 197+175+141=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AF8D is #3A5072. Grayscale: #B1B1B1. Windows color (decimal): -3821683 or 9285573. OLE color: 9285573.

HSL color Cylindrical-coordinate representation of color #C5AF8D: hue angle of 36.43º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AF8D is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB197175141-
CMYK00.110.280.23
HSL36.43º32.56%66.27%-
HSV(B)36.43º28.43%77.25%-
XYZ43.1644.4531.5-
YUV177.7107.29141.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=38.40%
G=34.11%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717514100.110.280.2336.4332.5666.27
HexC5AF8D0B1C17242142
Octal30525721501334274441102
Binary1100010110101111100011010101111100101111001001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF8D; }

 p { color: rgb(197,175,141); }

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

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

 a { background-color: rgb(197,175,141); }

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

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

 span { border-color: rgb(197,175,141); }

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