#C8AE8C

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

Shades of Tan #C8AE8C

Tints of Tan #C8AE8C

Color information

#C8AE8C (or 0xC8AE8C) is unknown color: approx Tan. HEX triplet: C8, AE and 8C. RGB value is (200,174,140). Sum of RGB (Red+Green+Blue) = 200+174+140=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE8C is #375173. Grayscale: #B2B2B2. Windows color (decimal): -3625332 or 9219784. OLE color: 9219784.

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

Color convert

RGB200174140-
CMYK00.130.30.22
HSL34º35.29%66.67%-
HSV(B)34º30%78.43%-
XYZ43.6944.4431.09-
YUV177.9106.61143.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=38.91%
G=33.85%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017414000.130.30.223435.2966.67
HexC8AE8C0D1E16222343
Octal31025621401536264243103
Binary1100100010101110100011000110111110101101000101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE8C; }

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

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

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

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

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

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

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

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