#C8AE8E

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

Shades of Tan #C8AE8E

Tints of Tan #C8AE8E

Color information

#C8AE8E (or 0xC8AE8E) is unknown color: approx Tan. HEX triplet: C8, AE and 8E. RGB value is (200,174,142). Sum of RGB (Red+Green+Blue) = 200+174+142=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE8E is #375171. Grayscale: #B2B2B2. Windows color (decimal): -3625330 or 9350856. OLE color: 9350856.

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

Color convert

RGB200174142-
CMYK00.130.290.22
HSL33.1º34.52%67.06%-
HSV(B)33.1º29%78.43%-
XYZ43.8444.531.87-
YUV178.13107.61143.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=38.76%
G=33.72%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017414200.130.290.2233.134.5267.06
HexC8AE8E0D1D16212343
Octal31025621601535264143103
Binary1100100010101110100011100110111101101101000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE8E; }

 p { color: rgb(200,174,142); }

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

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

 a { background-color: rgb(200,174,142); }

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

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

 span { border-color: rgb(200,174,142); }

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