#C8AF87

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

Shades of Tan #C8AF87

Tints of Tan #C8AF87

Color information

#C8AF87 (or 0xC8AF87) is unknown color: approx Tan. HEX triplet: C8, AF and 87. RGB value is (200,175,135). Sum of RGB (Red+Green+Blue) = 200+175+135=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF87 is #375078. Grayscale: #B2B2B2. Windows color (decimal): -3625081 or 8892360. OLE color: 8892360.

HSL color Cylindrical-coordinate representation of color #C8AF87: hue angle of 36.92º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8AF87 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200175135-
CMYK00.120.320.22
HSL36.92º37.14%65.69%-
HSV(B)36.92º32.5%78.43%-
XYZ43.5244.6929.25-
YUV177.91103.78143.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=39.22%
G=34.31%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017513500.120.320.2236.9237.1465.69
HexC8AF870C2016252542
Octal31025720701440264545102
Binary11001000101011111000011101100100000101101001011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF87; }

 p { color: rgb(200,175,135); }

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

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

 a { background-color: rgb(200,175,135); }

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

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

 span { border-color: rgb(200,175,135); }

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