#CEB485

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

Shades of Tan #CEB485

Tints of Tan #CEB485

Color information

#CEB485 (or 0xCEB485) is unknown color: approx Tan. HEX triplet: CE, B4 and 85. RGB value is (206,180,133). Sum of RGB (Red+Green+Blue) = 206+180+133=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB485 is #314B7A. Grayscale: #B6B6B6. Windows color (decimal): -3230587 or 8762574. OLE color: 8762574.

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

Color convert

RGB206180133-
CMYK00.130.350.19
HSL38.63º42.69%66.47%-
HSV(B)38.63º35.44%80.78%-
XYZ46.0147.4628.93-
YUV182.42100.11144.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=39.69%
G=34.68%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618013300.130.350.1938.6342.6966.47
HexCEB4850D2313272b42
Octal31626420501543234753102
Binary11001110101101001000010101101100011100111001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB485; }

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

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

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

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

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

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

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

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