#CEB493

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

Shades of Tan #CEB493

Tints of Tan #CEB493

Color information

#CEB493 (or 0xCEB493) is unknown color: approx Tan. HEX triplet: CE, B4 and 93. RGB value is (206,180,147). Sum of RGB (Red+Green+Blue) = 206+180+147=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB493 is #314B6C. Grayscale: #B8B8B8. Windows color (decimal): -3230573 or 9680078. OLE color: 9680078.

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

Color convert

RGB206180147-
CMYK00.130.290.19
HSL33.56º37.58%69.22%-
HSV(B)33.56º28.64%80.78%-
XYZ47.0447.8734.36-
YUV184.01107.11143.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=38.65%
G=33.77%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618014700.130.290.1933.5637.5869.22
HexCEB4930D1D13222645
Octal31626422301535234246105
Binary1100111010110100100100110110111101100111000101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB493; }

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

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

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

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

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

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

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

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