#C8AF8A

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

Shades of Tan #C8AF8A

Tints of Tan #C8AF8A

Color information

#C8AF8A (or 0xC8AF8A) is unknown color: approx Tan. HEX triplet: C8, AF and 8A. RGB value is (200,175,138). Sum of RGB (Red+Green+Blue) = 200+175+138=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AF8A is #375075. Grayscale: #B2B2B2. Windows color (decimal): -3625078 or 9088968. OLE color: 9088968.

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

Color convert

RGB200175138-
CMYK00.120.310.22
HSL35.81º36.05%66.27%-
HSV(B)35.81º31%78.43%-
XYZ43.7444.7730.38-
YUV178.26105.28143.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.99%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=38.99%
G=34.11%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017513800.120.310.2235.8136.0566.27
HexC8AF8A0C1F16242442
Octal31025721201437264444102
Binary1100100010101111100010100110011111101101001001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AF8A; }

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

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

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

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

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

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

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

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