#CEB08A

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

Shades of Tan #CEB08A

Tints of Tan #CEB08A

Color information

#CEB08A (or 0xCEB08A) is unknown color: approx Tan. HEX triplet: CE, B0 and 8A. RGB value is (206,176,138). Sum of RGB (Red+Green+Blue) = 206+176+138=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB08A is #314F75. Grayscale: #B4B4B4. Windows color (decimal): -3231606 or 9089230. OLE color: 9089230.

HSL color Cylindrical-coordinate representation of color #CEB08A: hue angle of 33.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEB08A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206176138-
CMYK00.150.330.19
HSL33.53º40.96%67.45%-
HSV(B)33.53º33.01%80.78%-
XYZ45.5746.0130.52-
YUV180.64103.94146.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=39.62%
G=33.85%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617613800.150.330.1933.5340.9667.45
HexCEB08A0F2113222943
Octal31626021201741234251103
Binary11001110101100001000101001111100001100111000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB08A; }

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

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

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

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

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

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

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

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