#CFB98D

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

Shades of Tan #CFB98D

Tints of Tan #CFB98D

Color information

#CFB98D (or 0xCFB98D) is unknown color: approx Tan. HEX triplet: CF, B9 and 8D. RGB value is (207,185,141). Sum of RGB (Red+Green+Blue) = 207+185+141=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB98D is #304672. Grayscale: #BABABA. Windows color (decimal): -3163763 or 9288143. OLE color: 9288143.

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

Color convert

RGB207185141-
CMYK00.110.320.19
HSL40º40.74%68.24%-
HSV(B)40º31.88%81.18%-
XYZ47.8949.8932.3-
YUV186.56102.29142.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.84%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=38.84%
G=34.71%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718514100.110.320.194040.7468.24
HexCFB98D0B2013282944
Octal31727121501340235051104
Binary11001111101110011000110101011100000100111010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB98D; }

 p { color: rgb(207,185,141); }

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

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

 a { background-color: rgb(207,185,141); }

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

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

 span { border-color: rgb(207,185,141); }

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