#CFB38E

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

Shades of Tan #CFB38E

Tints of Tan #CFB38E

Color information

#CFB38E (or 0xCFB38E) is unknown color: approx Tan. HEX triplet: CF, B3 and 8E. RGB value is (207,179,142). Sum of RGB (Red+Green+Blue) = 207+179+142=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB38E is #304C71. Grayscale: #B7B7B7. Windows color (decimal): -3165298 or 9352143. OLE color: 9352143.

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

Color convert

RGB207179142-
CMYK00.140.310.19
HSL34.15º40.37%68.43%-
HSV(B)34.15º31.4%81.18%-
XYZ46.7347.4632.29-
YUV183.15104.78145.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 179 (70.31% from 255) = 33.90%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=39.20%
G=33.90%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717914200.140.310.1934.1540.3768.43
HexCFB38E0E1F13222844
Octal31726321601637234250104
Binary1100111110110011100011100111011111100111000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB38E; }

 p { color: rgb(207,179,142); }

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

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

 a { background-color: rgb(207,179,142); }

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

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

 span { border-color: rgb(207,179,142); }

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