#CEB48D

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

Shades of Tan #CEB48D

Tints of Tan #CEB48D

Color information

#CEB48D (or 0xCEB48D) is unknown color: approx Tan. HEX triplet: CE, B4 and 8D. RGB value is (206,180,141). Sum of RGB (Red+Green+Blue) = 206+180+141=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB48D is #314B72. Grayscale: #B7B7B7. Windows color (decimal): -3230579 or 9286862. OLE color: 9286862.

HSL color Cylindrical-coordinate representation of color #CEB48D: hue angle of 36º 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 #CEB48D is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206180141-
CMYK00.130.320.19
HSL36º39.88%68.04%-
HSV(B)36º31.55%80.78%-
XYZ46.5847.6931.95-
YUV183.33104.11144.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=39.09%
G=34.16%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618014100.130.320.193639.8868.04
HexCEB48D0D2013242844
Octal31626421501540234450104
Binary11001110101101001000110101101100000100111001001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB48D; }

 p { color: rgb(206,180,141); }

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

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

 a { background-color: rgb(206,180,141); }

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

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

 span { border-color: rgb(206,180,141); }

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