#C8B48C

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

Shades of Tan #C8B48C

Tints of Tan #C8B48C

Color information

#C8B48C (or 0xC8B48C) is unknown color: approx Tan. HEX triplet: C8, B4 and 8C. RGB value is (200,180,140). Sum of RGB (Red+Green+Blue) = 200+180+140=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B48C is #374B73. Grayscale: #B5B5B5. Windows color (decimal): -3623796 or 9221320. OLE color: 9221320.

HSL color Cylindrical-coordinate representation of color #C8B48C: hue angle of 40º 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 #C8B48C is Cyan = 0, Magento = 0.1, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB200180140-
CMYK00.10.30.22
HSL40º35.29%66.67%-
HSV(B)40º30%78.43%-
XYZ44.8746.8231.48-
YUV181.42104.63141.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018014000.10.30.224035.2966.67
HexC8B48C0A1E16282343
Octal31026421401236265043103
Binary1100100010110100100011000101011110101101010001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B48C; }

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

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

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

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

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

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

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

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