#CEB88C

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

Shades of Tan #CEB88C

Tints of Tan #CEB88C

Color information

#CEB88C (or 0xCEB88C) is unknown color: approx Tan. HEX triplet: CE, B8 and 8C. RGB value is (206,184,140). Sum of RGB (Red+Green+Blue) = 206+184+140=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB88C is #314773. Grayscale: #B9B9B9. Windows color (decimal): -3229556 or 9222350. OLE color: 9222350.

HSL color Cylindrical-coordinate representation of color #CEB88C: hue angle of 40º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEB88C is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206184140-
CMYK00.110.320.19
HSL40º40.24%67.84%-
HSV(B)40º32.04%80.78%-
XYZ47.3349.331.83-
YUV185.56102.29142.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 184 (72.27% from 255) = 34.72%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=38.87%
G=34.72%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618414000.110.320.194040.2467.84
HexCEB88C0B2013282844
Octal31627021401340235050104
Binary11001110101110001000110001011100000100111010001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB88C; }

 p { color: rgb(206,184,140); }

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

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

 a { background-color: rgb(206,184,140); }

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

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

 span { border-color: rgb(206,184,140); }

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