#CEB48E

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

Shades of Tan #CEB48E

Tints of Tan #CEB48E

Color information

#CEB48E (or 0xCEB48E) is unknown color: approx Tan. HEX triplet: CE, B4 and 8E. RGB value is (206,180,142). Sum of RGB (Red+Green+Blue) = 206+180+142=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB48E is #314B71. Grayscale: #B7B7B7. Windows color (decimal): -3230578 or 9352398. OLE color: 9352398.

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

Color convert

RGB206180142-
CMYK00.130.310.19
HSL35.63º39.51%68.24%-
HSV(B)35.63º31.07%80.78%-
XYZ46.6647.7232.34-
YUV183.44104.61144.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=39.02%
G=34.09%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618014200.130.310.1935.6339.5168.24
HexCEB48E0D1F13242844
Octal31626421601537234450104
Binary1100111010110100100011100110111111100111001001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB48E; }

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

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

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

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

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

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

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

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