#CEAF8B

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

Shades of Tan #CEAF8B

Tints of Tan #CEAF8B

Color information

#CEAF8B (or 0xCEAF8B) is unknown color: approx Tan. HEX triplet: CE, AF and 8B. RGB value is (206,175,139). Sum of RGB (Red+Green+Blue) = 206+175+139=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAF8B is #315074. Grayscale: #B4B4B4. Windows color (decimal): -3231861 or 9154510. OLE color: 9154510.

HSL color Cylindrical-coordinate representation of color #CEAF8B: hue angle of 32.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEAF8B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206175139-
CMYK00.150.330.19
HSL32.24º40.61%67.65%-
HSV(B)32.24º32.52%80.78%-
XYZ45.4445.6530.84-
YUV180.16104.77146.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=39.62%
G=33.65%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617513900.150.330.1932.2440.6167.65
HexCEAF8B0F2113202944
Octal31625721301741234051104
Binary11001110101011111000101101111100001100111000001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF8B; }

 p { color: rgb(206,175,139); }

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

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

 a { background-color: rgb(206,175,139); }

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

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

 span { border-color: rgb(206,175,139); }

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