#CEB08E

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

Shades of Tan #CEB08E

Tints of Tan #CEB08E

Color information

#CEB08E (or 0xCEB08E) is unknown color: approx Tan. HEX triplet: CE, B0 and 8E. RGB value is (206,176,142). Sum of RGB (Red+Green+Blue) = 206+176+142=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB08E is #314F71. Grayscale: #B5B5B5. Windows color (decimal): -3231602 or 9351374. OLE color: 9351374.

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

Color convert

RGB206176142-
CMYK00.150.310.19
HSL31.88º39.51%68.24%-
HSV(B)31.88º31.07%80.78%-
XYZ45.8646.1332.08-
YUV181.09105.94145.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=39.31%
G=33.59%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617614200.150.310.1931.8839.5168.24
HexCEB08E0F1F13202844
Octal31626021601737234050104
Binary1100111010110000100011100111111111100111000001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB08E; }

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

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

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

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

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

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

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

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