#CFB98F

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

Shades of Tan #CFB98F

Tints of Tan #CFB98F

Color information

#CFB98F (or 0xCFB98F) is unknown color: approx Tan. HEX triplet: CF, B9 and 8F. RGB value is (207,185,143). Sum of RGB (Red+Green+Blue) = 207+185+143=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB98F is #304670. Grayscale: #BABABA. Windows color (decimal): -3163761 or 9419215. OLE color: 9419215.

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

Color convert

RGB207185143-
CMYK00.110.310.19
HSL39.38º40%68.63%-
HSV(B)39.38º30.92%81.18%-
XYZ48.0449.9533.1-
YUV186.79103.29142.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=38.69%
G=34.58%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718514300.110.310.1939.384068.63
HexCFB98F0B1F13272845
Octal31727121701337234750105
Binary1100111110111001100011110101111111100111001111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB98F; }

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

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

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

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

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

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

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

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