#CEB291

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

Shades of Tan #CEB291

Tints of Tan #CEB291

Color information

#CEB291 (or 0xCEB291) is unknown color: approx Tan. HEX triplet: CE, B2 and 91. RGB value is (206,178,145). Sum of RGB (Red+Green+Blue) = 206+178+145=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB291 is #314D6E. Grayscale: #B6B6B6. Windows color (decimal): -3231087 or 9548494. OLE color: 9548494.

HSL color Cylindrical-coordinate representation of color #CEB291: hue angle of 32.46º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEB291 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206178145-
CMYK00.140.300.19
HSL32.46º38.36%68.82%-
HSV(B)32.46º29.61%80.78%-
XYZ46.4847.0133.41-
YUV182.61106.78144.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=38.94%
G=33.65%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617814500.140.300.1932.4638.3668.82
HexCEB2910E1E13202645
Octal31626222101636234046105
Binary1100111010110010100100010111011110100111000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB291; }

 p { color: rgb(206,178,145); }

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

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

 a { background-color: rgb(206,178,145); }

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

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

 span { border-color: rgb(206,178,145); }

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