#C8AD8F

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

Shades of Tan #C8AD8F

Tints of Tan #C8AD8F

Color information

#C8AD8F (or 0xC8AD8F) is unknown color: approx Tan. HEX triplet: C8, AD and 8F. RGB value is (200,173,143). Sum of RGB (Red+Green+Blue) = 200+173+143=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AD8F is #375270. Grayscale: #B1B1B1. Windows color (decimal): -3625585 or 9416136. OLE color: 9416136.

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

Color convert

RGB200173143-
CMYK00.140.280.22
HSL31.58º34.13%67.25%-
HSV(B)31.58º28.5%78.43%-
XYZ43.7244.1532.2-
YUV177.65108.45143.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=38.76%
G=33.53%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017314300.140.280.2231.5834.1367.25
HexC8AD8F0E1C16202243
Octal31025521701634264042103
Binary1100100010101101100011110111011100101101000001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD8F; }

 p { color: rgb(200,173,143); }

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

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

 a { background-color: rgb(200,173,143); }

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

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

 span { border-color: rgb(200,173,143); }

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