#CFB389

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

Shades of Tan #CFB389

Tints of Tan #CFB389

Color information

#CFB389 (or 0xCFB389) is unknown color: approx Tan. HEX triplet: CF, B3 and 89. RGB value is (207,179,137). Sum of RGB (Red+Green+Blue) = 207+179+137=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB389 is #304C76. Grayscale: #B6B6B6. Windows color (decimal): -3165303 or 9024463. OLE color: 9024463.

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

Color convert

RGB207179137-
CMYK00.140.340.19
HSL36º42.17%67.45%-
HSV(B)36º33.82%81.18%-
XYZ46.3747.3130.36-
YUV182.58102.28145.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=39.58%
G=34.23%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717913700.140.340.193642.1767.45
HexCFB3890E2213242a43
Octal31726321101642234452103
Binary11001111101100111000100101110100010100111001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB389; }

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

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

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

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

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

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

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

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