#CEAE8A

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

Shades of Tan #CEAE8A

Tints of Tan #CEAE8A

Color information

#CEAE8A (or 0xCEAE8A) is unknown color: approx Tan. HEX triplet: CE, AE and 8A. RGB value is (206,174,138). Sum of RGB (Red+Green+Blue) = 206+174+138=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE8A is #315175. Grayscale: #B3B3B3. Windows color (decimal): -3232118 or 9088718. OLE color: 9088718.

HSL color Cylindrical-coordinate representation of color #CEAE8A: hue angle of 31.76º 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 #CEAE8A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206174138-
CMYK00.160.330.19
HSL31.76º40.96%67.45%-
HSV(B)31.76º33.01%80.78%-
XYZ45.1845.2330.39-
YUV179.46104.6146.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=39.77%
G=33.59%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617413800.160.330.1931.7640.9667.45
HexCEAE8A0102113202943
Octal31625621202041234051103
Binary110011101010111010001010010000100001100111000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE8A; }

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

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

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

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

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

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

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

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