#CEB290

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

Shades of Tan #CEB290

Tints of Tan #CEB290

Color information

#CEB290 (or 0xCEB290) is unknown color: approx Tan. HEX triplet: CE, B2 and 90. RGB value is (206,178,144). Sum of RGB (Red+Green+Blue) = 206+178+144=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB290 is #314D6F. Grayscale: #B6B6B6. Windows color (decimal): -3231088 or 9482958. OLE color: 9482958.

HSL color Cylindrical-coordinate representation of color #CEB290: hue angle of 32.9º degrees, saturation: 0.39, 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 #CEB290 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206178144-
CMYK00.140.300.19
HSL32.9º38.75%68.63%-
HSV(B)32.9º30.1%80.78%-
XYZ46.4146.9833.01-
YUV182.5106.28144.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=39.02%
G=33.71%
B=27.27%

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
Decimal20617814400.140.300.1932.938.7568.63
HexCEB2900E1E13212745
Octal31626222001636234147105
Binary1100111010110010100100000111011110100111000011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB290; }

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

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

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

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

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

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

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

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