#CFB98B

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

Shades of Tan #CFB98B

Tints of Tan #CFB98B

Color information

#CFB98B (or 0xCFB98B) is unknown color: approx Tan. HEX triplet: CF, B9 and 8B. RGB value is (207,185,139). Sum of RGB (Red+Green+Blue) = 207+185+139=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB98B is #304674. Grayscale: #BABABA. Windows color (decimal): -3163765 or 9157071. OLE color: 9157071.

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

Color convert

RGB207185139-
CMYK00.110.330.19
HSL40.59º41.46%67.84%-
HSV(B)40.59º32.85%81.18%-
XYZ47.7449.8331.53-
YUV186.33101.29142.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=38.98%
G=34.84%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718513900.110.330.1940.5941.4667.84
HexCFB98B0B2113292944
Octal31727121301341235151104
Binary11001111101110011000101101011100001100111010011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB98B; }

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

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

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

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

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

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

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

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