#C5AD8C

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

Shades of Tan #C5AD8C

Tints of Tan #C5AD8C

Color information

#C5AD8C (or 0xC5AD8C) is unknown color: approx Tan. HEX triplet: C5, AD and 8C. RGB value is (197,173,140). Sum of RGB (Red+Green+Blue) = 197+173+140=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AD8C is #3A5273. Grayscale: #B0B0B0. Windows color (decimal): -3822196 or 9219525. OLE color: 9219525.

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

Color convert

RGB197173140-
CMYK00.120.290.23
HSL34.74º32.95%66.08%-
HSV(B)34.74º28.93%77.25%-
XYZ42.743.6530.99-
YUV176.41107.45142.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=38.63%
G=33.92%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717314000.120.290.2334.7432.9566.08
HexC5AD8C0C1D17232142
Octal30525521401435274341102
Binary1100010110101101100011000110011101101111000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AD8C; }

 p { color: rgb(197,173,140); }

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

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

 a { background-color: rgb(197,173,140); }

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

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

 span { border-color: rgb(197,173,140); }

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