#CFB889

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

Shades of Tan #CFB889

Tints of Tan #CFB889

Color information

#CFB889 (or 0xCFB889) is unknown color: approx Tan. HEX triplet: CF, B8 and 89. RGB value is (207,184,137). Sum of RGB (Red+Green+Blue) = 207+184+137=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB889 is #304776. Grayscale: #B9B9B9. Windows color (decimal): -3164023 or 9025743. OLE color: 9025743.

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

Color convert

RGB207184137-
CMYK00.110.340.19
HSL40.29º42.17%67.45%-
HSV(B)40.29º33.82%81.18%-
XYZ47.3949.3530.7-
YUV185.52100.62143.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=39.20%
G=34.85%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718413700.110.340.1940.2942.1767.45
HexCFB8890B2213282a43
Octal31727021101342235052103
Binary11001111101110001000100101011100010100111010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB889; }

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

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

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

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

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

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

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

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